Searched refs:inirq (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | proto.h | 35 void (*rxreorder)(struct brcmf_if *ifp, struct sk_buff *skb, bool inirq); 112 brcmf_proto_rxreorder(struct brcmf_if *ifp, struct sk_buff *skb, bool inirq) in brcmf_proto_rxreorder() argument 114 ifp->drvr->proto->rxreorder(ifp, skb, inirq); in brcmf_proto_rxreorder()
|
D | fwsignal.h | 45 void brcmf_fws_rxreorder(struct brcmf_if *ifp, struct sk_buff *skb, bool inirq);
|
D | core.c | 399 void brcmf_netif_rx(struct brcmf_if *ifp, struct sk_buff *skb, bool inirq) in brcmf_netif_rx() argument 422 if (inirq) { in brcmf_netif_rx() 502 bool inirq) in brcmf_rx_frame() argument 514 brcmf_proto_rxreorder(ifp, skb, inirq); in brcmf_rx_frame() 518 gfp_t gfp = inirq ? GFP_ATOMIC : GFP_KERNEL; in brcmf_rx_frame() 523 brcmf_netif_rx(ifp, skb, inirq); in brcmf_rx_frame()
|
D | core.h | 211 void brcmf_netif_rx(struct brcmf_if *ifp, struct sk_buff *skb, bool inirq);
|
D | bcdc.c | 400 struct sk_buff *skb, bool inirq) in brcmf_proto_bcdc_rxreorder() argument 402 brcmf_fws_rxreorder(ifp, skb, inirq); in brcmf_proto_bcdc_rxreorder()
|
D | bus.h | 253 bool inirq);
|
D | fwsignal.c | 1667 void brcmf_fws_rxreorder(struct brcmf_if *ifp, struct sk_buff *pkt, bool inirq) in brcmf_fws_rxreorder() argument 1685 brcmf_netif_rx(ifp, pkt, inirq); in brcmf_fws_rxreorder() 1697 brcmf_netif_rx(ifp, pkt, inirq); in brcmf_fws_rxreorder() 1722 brcmf_netif_rx(ifp, pkt, inirq); in brcmf_fws_rxreorder() 1836 brcmf_netif_rx(ifp, pkt, inirq); in brcmf_fws_rxreorder()
|
D | msgbuf.c | 540 bool inirq) in brcmf_msgbuf_rxreorder() argument
|