Searched refs:osl_pubinfo_t (Results 1 – 2 of 2) sorted by relevance
/hardware/broadcom/wlan/bcm4329/src/include/ |
D | linux_osl.h | 81 } osl_pubinfo_t; typedef 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) in osl_pkt_frmnative() 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) in osl_pkt_tonative() 301 #define PKTTONATIVE(osh, pkt) osl_pkt_tonative((osl_pubinfo_t *)(osh), (pkt))
|
/hardware/broadcom/wlan/bcm4329/src/shared/ |
D | linux_osl.c | 75 osl_pubinfo_t pub;
|