Home
last modified time | relevance | path

Searched refs:dma_pub (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddma.h66 struct dma_pub { struct
77 extern struct dma_pub *dma_attach(char *name, struct brcms_c_info *wlc, argument
83 void dma_rxinit(struct dma_pub *pub);
84 int dma_rx(struct dma_pub *pub, struct sk_buff_head *skb_list);
85 bool dma_rxfill(struct dma_pub *pub);
86 bool dma_rxreset(struct dma_pub *pub);
87 bool dma_txreset(struct dma_pub *pub);
88 void dma_txinit(struct dma_pub *pub);
89 int dma_txfast(struct brcms_c_info *wlc, struct dma_pub *pub,
91 void dma_txflush(struct dma_pub *pub);
[all …]
H A Ddma.c209 struct dma_pub dma; /* exported structure */
548 struct dma_pub *dma_attach(char *name, struct brcms_c_info *wlc, in dma_attach()
706 return (struct dma_pub *) di; in dma_attach()
709 dma_detach((struct dma_pub *)di); in dma_attach()
746 void dma_detach(struct dma_pub *pub) in dma_detach()
842 void dma_rxinit(struct dma_pub *pub) in dma_rxinit()
924 int dma_rx(struct dma_pub *pub, struct sk_buff_head *skb_list) in dma_rx()
1022 bool dma_rxfill(struct dma_pub *pub) in dma_rxfill()
1108 void dma_rxreclaim(struct dma_pub *pub) in dma_rxreclaim()
1119 void dma_counterreset(struct dma_pub *pub) in dma_counterreset()
[all …]
H A Dtypes.h285 struct dma_pub;
H A Dmain.h317 struct dma_pub *di[NFIFO]; /* dma handles, per fifo */
H A Dmain.c831 struct dma_pub *dma = NULL; in brcms_c_dotxstatus()
1972 struct dma_pub *di = wlc_hw->di[fifo]; in wlc_dma_rxreset()
6792 struct dma_pub *dma; in brcms_c_tx()
6863 struct dma_pub *dma = wlc->hw->di[fifo]; in brcms_c_txfifo()
7503 struct dma_pub *dmah; in brcms_c_inval_dma_pkts()