Lines Matching refs:ifp
291 struct sk_buff *pktbuf, struct brcmf_if **ifp) in brcmf_proto_bcdc_hdrpull() argument
337 if (ifp != NULL) in brcmf_proto_bcdc_hdrpull()
338 *ifp = tmp_if; in brcmf_proto_bcdc_hdrpull()
345 struct brcmf_if *ifp = brcmf_get_ifp(drvr, ifidx); in brcmf_proto_bcdc_tx_queue_data() local
351 return brcmf_fws_process_skb(ifp, skb); in brcmf_proto_bcdc_tx_queue_data()
378 struct brcmf_if *ifp; in brcmf_proto_bcdc_txcomplete() local
385 if (brcmf_proto_bcdc_hdrpull(bus_if->drvr, false, txp, &ifp)) in brcmf_proto_bcdc_txcomplete()
388 brcmf_txfinalize(ifp, txp, success); in brcmf_proto_bcdc_txcomplete()
410 static void brcmf_proto_bcdc_rxreorder(struct brcmf_if *ifp, in brcmf_proto_bcdc_rxreorder() argument
413 brcmf_fws_rxreorder(ifp, skb); in brcmf_proto_bcdc_rxreorder()
417 brcmf_proto_bcdc_add_if(struct brcmf_if *ifp) in brcmf_proto_bcdc_add_if() argument
419 brcmf_fws_add_interface(ifp); in brcmf_proto_bcdc_add_if()
423 brcmf_proto_bcdc_del_if(struct brcmf_if *ifp) in brcmf_proto_bcdc_del_if() argument
425 brcmf_fws_del_interface(ifp); in brcmf_proto_bcdc_del_if()
429 brcmf_proto_bcdc_reset_if(struct brcmf_if *ifp) in brcmf_proto_bcdc_reset_if() argument
431 brcmf_fws_reset_interface(ifp); in brcmf_proto_bcdc_reset_if()