Searched refs:inirq (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A 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()
|
H A D | fwsignal.h | 45 void brcmf_fws_rxreorder(struct brcmf_if *ifp, struct sk_buff *skb, bool inirq);
|
H A D | core.c | 400 void brcmf_netif_rx(struct brcmf_if *ifp, struct sk_buff *skb, bool inirq) in brcmf_netif_rx() argument 423 if (inirq) { in brcmf_netif_rx() 503 bool inirq) in brcmf_rx_frame() 515 brcmf_proto_rxreorder(ifp, skb, inirq); in brcmf_rx_frame() 519 gfp_t gfp = inirq ? GFP_ATOMIC : GFP_KERNEL; in brcmf_rx_frame() 524 brcmf_netif_rx(ifp, skb, inirq); in brcmf_rx_frame() 502 brcmf_rx_frame(struct device *dev, struct sk_buff *skb, bool handle_event, bool inirq) brcmf_rx_frame() argument
|
H A D | core.h | 211 void brcmf_netif_rx(struct brcmf_if *ifp, struct sk_buff *skb, bool inirq);
|
H A D | bcdc.c | 400 struct sk_buff *skb, bool inirq) in brcmf_proto_bcdc_rxreorder() 402 brcmf_fws_rxreorder(ifp, skb, inirq); in brcmf_proto_bcdc_rxreorder() 399 brcmf_proto_bcdc_rxreorder(struct brcmf_if *ifp, struct sk_buff *skb, bool inirq) brcmf_proto_bcdc_rxreorder() argument
|
H A D | bus.h | 253 bool inirq);
|
H A 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()
|
H A D | msgbuf.c | 543 bool inirq) in brcmf_msgbuf_rxreorder() 542 brcmf_msgbuf_rxreorder(struct brcmf_if *ifp, struct sk_buff *skb, bool inirq) brcmf_msgbuf_rxreorder() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | bus.h | 295 bool inirq);
|
H A D | core.c | 498 bool inirq) in brcmf_rx_frame() 514 gfp_t gfp = inirq ? GFP_ATOMIC : GFP_KERNEL; in brcmf_rx_frame() 497 brcmf_rx_frame(struct device *dev, struct sk_buff *skb, bool handle_event, bool inirq) brcmf_rx_frame() argument
|
Completed in 13 milliseconds