Lines Matching refs:ifp
282 struct sk_buff *pktbuf, struct brcmf_if **ifp) in brcmf_proto_bcdc_hdrpull() argument
328 if (ifp != NULL) in brcmf_proto_bcdc_hdrpull()
329 *ifp = tmp_if; in brcmf_proto_bcdc_hdrpull()
336 struct brcmf_if *ifp = brcmf_get_ifp(drvr, ifidx); in brcmf_proto_bcdc_tx_queue_data() local
342 return brcmf_fws_process_skb(ifp, skb); in brcmf_proto_bcdc_tx_queue_data()
369 struct brcmf_if *ifp; in brcmf_proto_bcdc_txcomplete() local
375 if (brcmf_proto_bcdc_hdrpull(bus_if->drvr, false, txp, &ifp)) in brcmf_proto_bcdc_txcomplete()
378 brcmf_txfinalize(ifp, txp, success); in brcmf_proto_bcdc_txcomplete()
400 static void brcmf_proto_bcdc_rxreorder(struct brcmf_if *ifp, in brcmf_proto_bcdc_rxreorder() argument
403 brcmf_fws_rxreorder(ifp, skb); in brcmf_proto_bcdc_rxreorder()
407 brcmf_proto_bcdc_add_if(struct brcmf_if *ifp) in brcmf_proto_bcdc_add_if() argument
409 brcmf_fws_add_interface(ifp); in brcmf_proto_bcdc_add_if()
413 brcmf_proto_bcdc_del_if(struct brcmf_if *ifp) in brcmf_proto_bcdc_del_if() argument
415 brcmf_fws_del_interface(ifp); in brcmf_proto_bcdc_del_if()
419 brcmf_proto_bcdc_reset_if(struct brcmf_if *ifp) in brcmf_proto_bcdc_reset_if() argument
421 brcmf_fws_reset_interface(ifp); in brcmf_proto_bcdc_reset_if()