Home
last modified time | relevance | path

Searched defs:osh (Results 1 – 23 of 23) sorted by relevance

/drivers/net/wireless/bcmdhd/include/
Dlinux_osl.h73 #define OSL_PCMCIA_READ_ATTR(osh, offset, buf, size) \ argument
75 #define OSL_PCMCIA_WRITE_ATTR(osh, offset, buf, size) \ argument
81 #define OSL_PCI_READ_CONFIG(osh, offset, size) \ argument
83 #define OSL_PCI_WRITE_CONFIG(osh, offset, size, val) \ argument
89 #define OSL_PCI_BUS(osh) osl_pci_bus(osh) argument
90 #define OSL_PCI_SLOT(osh) osl_pci_slot(osh) argument
104 #define PKTFREESETCB(osh, _tx_fn, _tx_ctx) \ argument
114 #define MALLOC(osh, size) osl_malloc((osh), (size)) argument
115 #define MFREE(osh, addr, size) osl_mfree((osh), (addr), (size)) argument
116 #define MALLOCED(osh) osl_malloced((osh)) argument
[all …]
Dosl.h47 #define PKTDBG_TRACE(osh, pkt, bit) argument
50 #define PKTCTFMAP(osh, p) argument
56 #define SET_REG(osh, r, mask, val) W_REG((osh), (r), ((R_REG((osh), r) & ~(mask)) | (val))) argument
59 #define AND_REG(osh, r, v) W_REG(osh, (r), R_REG(osh, r) & (v)) argument
63 #define OR_REG(osh, r, v) W_REG(osh, (r), R_REG(osh, r) | (v)) argument
98 #define PKTSETCHAINED(osh, skb) argument
99 #define PKTCLRCHAINED(osh, skb) argument
Dbcmsdh_sdmmc.h74 osl_t *osh; /* osh handler */ member
Dbcmsdspi.h63 osl_t *osh; /* osh handler */ member
Dbcmsdstd.h112 osl_t *osh; /* osh handler */ member
/drivers/net/wireless/bcmdhd/
Dlinux_osl.c92 void *osh; member
204 osl_t *osh; in osl_attach() local
303 osl_detach(osl_t *osh) in osl_detach()
321 static struct sk_buff *osl_alloc_skb(osl_t *osh, unsigned int len) in osl_alloc_skb()
347 osl_ctfpool_add(osl_t *osh) in osl_ctfpool_add()
396 osl_ctfpool_replenish(osl_t *osh, uint thresh) in osl_ctfpool_replenish()
412 osl_ctfpool_init(osl_t *osh, uint numobj, uint size) in osl_ctfpool_init()
442 osl_ctfpool_cleanup(osl_t *osh) in osl_ctfpool_cleanup()
472 osl_ctfpool_stats(osl_t *osh, void *b) in osl_ctfpool_stats()
501 osl_pktfastget(osl_t *osh, uint len) in osl_pktfastget()
[all …]
Dbcmsdh_linux.c64 osl_t *osh; member
156 osl_t *osh = NULL; in bcmsdh_probe() local
269 osl_t *osh; in bcmsdh_remove() local
380 osl_t *osh = NULL; in bcmsdh_pci_probe() local
513 osl_t *osh; in bcmsdh_pci_remove() local
Dbcmutils.c64 pktcopy(osl_t *osh, void *p, uint offset, int len, uchar *buf) in pktcopy()
96 pktfrombuf(osl_t *osh, void *p, uint offset, int len, uchar *buf) in pktfrombuf()
127 pkttotlen(osl_t *osh, void *p) in pkttotlen()
143 pktlast(osl_t *osh, void *p) in pktlast()
153 pktsegcnt(osl_t *osh, void *p) in pktsegcnt()
166 pktsegcnt_war(osl_t *osh, void *p) in pktsegcnt_war()
195 pktdataoffset(osl_t *osh, void *p, uint offset) in pktdataoffset()
217 pktoffset(osl_t *osh, void *p, uint offset) in pktoffset()
413 pktq_pflush(osl_t *osh, struct pktq *pq, int prec, bool dir, ifpkt_cb_t fn, int arg) in pktq_pflush()
613 pktq_flush(osl_t *osh, struct pktq *pq, bool dir, ifpkt_cb_t fn, int arg) in pktq_flush()
[all …]
Ddhd_bta.c173 osl_t *osh = pub->osh; in dhd_bta_docmd() local
228 osl_t *osh = pub->osh; in dhd_bta_tx_hcidata() local
Ddhd_ip.c43 pkt_frag_t pkt_frag_info(osl_t *osh, void *p) in pkt_frag_info()
Ddhd_sdio.c443 #define PKTALIGN(osh, p, len, align) \ argument
1734 osl_t *osh; in dhdsdio_txpkt() local
2116 osl_t *osh; in dhd_bus_txdata() local
4468 osl_t *osh; in dhd_bus_stop() local
4911 osl_t *osh = bus->dhd->osh; in dhdsdio_rxglom() local
5330 osl_t *osh = bus->dhd->osh; in dhdsdio_readframes() local
6405 osl_t *osh = bus->dhd->osh; in dhdsdio_pktgen() local
6537 osl_t *osh = bus->dhd->osh; in dhdsdio_sdtest_set() local
6568 osl_t *osh = bus->dhd->osh; in dhdsdio_testrcv() local
6948 uint16 func, uint bustype, void *regsva, osl_t * osh, void *sdh) in dhdsdio_probe()
[all …]
Dhndpmu.c167 si_sdiod_drive_strength_init(si_t *sih, osl_t *osh, uint32 drivestrength) in si_sdiod_drive_strength_init()
Ddhd.h180 #define DHD_OS_PREALLOC(osh, section, size) dhd_os_prealloc(osh, section, size) argument
181 #define DHD_OS_PREFREE(osh, addr, size) dhd_os_prefree(osh, addr, size) argument
185 #define DHD_OS_PREALLOC(osh, section, size) MALLOC(osh, size) argument
186 #define DHD_OS_PREFREE(osh, addr, size) MFREE(osh, addr, size) argument
222 osl_t *osh; /* OSL handle */ member
351 osl_t *osh; /* OSL handle */ member
Dsiutils.c77 si_attach(uint devid, osl_t *osh, void *regs, in si_attach()
105 si_kattach(osl_t *osh) in si_kattach()
313 si_doattach(si_info_t *sii, uint devid, osl_t *osh, void *regs, in si_doattach()
522 si_setosh(si_t *sih, osl_t *osh) in si_setosh()
2482 osl_t *osh; in si_get_sromctl() local
2500 osl_t *osh; in si_set_sromctl() local
Dbcmsdh.c59 osl_t *osh; member
87 bcmsdh_attach(osl_t *osh, void *cfghdl, void **regsva, uint irq) in bcmsdh_attach()
116 bcmsdh_detach(osl_t *osh, void *sdh) in bcmsdh_detach()
Ddhd_common.c183 dhd_common_init(osl_t *osh) in dhd_common_init()
203 osl_t *osh; in dhd_common_deinit() local
594 dhd_prec_drop_pkts(osl_t *osh, struct pktq *pq, int prec) in dhd_prec_drop_pkts()
Dbcmsdh_sdmmc.c141 sdioh_attach(osl_t *osh, void *bar0, uint irq) in sdioh_attach()
222 sdioh_detach(osl_t *osh, sdioh_info_t *sd) in sdioh_detach()
Ddhd_cdc.c574 dhd_get_hostreorder_pkts(void *osh, struct reorder_info *ptr, void **pkt, in dhd_get_hostreorder_pkts()
Ddhd_wlfc.c322 dhd_wlfc_hanger_create(osl_t *osh, int max_items) in dhd_wlfc_hanger_create()
343 dhd_wlfc_hanger_delete(osl_t *osh, void* hanger) in dhd_wlfc_hanger_delete()
Dsiutils_priv.h58 void *osh; /* osl os handle */ member
Ddhd_linux.c3036 dhd_osl_detach(osl_t *osh)
3150 dhd_attach(osl_t *osh, struct dhd_bus *bus, uint bus_hdrlen)
5240 uint8* dhd_os_prealloc(void *osh, int section, uint size)
5245 void dhd_os_prefree(void *osh, void *addr, uint size)
Ddhd_wlfc.h231 osl_t* osh; member
/drivers/md/
Draid5.c1509 struct stripe_head *osh, *nsh; in resize_stripes() local