HomeSort by relevance Sort by last modified time
    Searched refs:osl_pubinfo_t (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/include/
linux_osl.h 81 } osl_pubinfo_t; typedef in typeref:struct:__anon7508
89 ((osl_pubinfo_t*)osh)->tx_fn = _tx_fn; \
90 ((osl_pubinfo_t*)osh)->tx_ctx = _tx_ctx; \
138 #define SELECT_BUS_WRITE(osh, mmap_op, bus_op) if (((osl_pubinfo_t*)(osh))->mmbus) \
140 #define SELECT_BUS_READ(osh, mmap_op, bus_op) (((osl_pubinfo_t*)(osh))->mmbus) ? \
251 #define PKTALLOCED(osh) ((osl_pubinfo_t *)(osh))->pktalloced
269 osl_pkt_frmnative(osl_pubinfo_t *osh, struct sk_buff *skb)
283 #define PKTFRMNATIVE(osh, skb) osl_pkt_frmnative(((osl_pubinfo_t *)osh), (struct sk_buff*)(skb))
287 osl_pkt_tonative(osl_pubinfo_t *osh, void *pkt)
301 #define PKTTONATIVE(osh, pkt) osl_pkt_tonative((osl_pubinfo_t *)(osh), (pkt)
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/shared/
linux_osl.c 75 osl_pubinfo_t pub;

Completed in 9095 milliseconds