Lines Matching refs:ifidx
107 brcmf_proto_bcdc_msg(struct brcmf_pub *drvr, int ifidx, uint cmd, void *buf, in brcmf_proto_bcdc_msg() argument
124 (ifidx << BCDC_DCMD_IF_SHIFT); in brcmf_proto_bcdc_msg()
156 brcmf_proto_bcdc_query_dcmd(struct brcmf_pub *drvr, int ifidx, uint cmd, in brcmf_proto_bcdc_query_dcmd() argument
168 ret = brcmf_proto_bcdc_msg(drvr, ifidx, cmd, buf, len, false); in brcmf_proto_bcdc_query_dcmd()
188 brcmf_ifname(brcmf_get_ifp(drvr, ifidx)), id, in brcmf_proto_bcdc_query_dcmd()
214 brcmf_proto_bcdc_set_dcmd(struct brcmf_pub *drvr, int ifidx, uint cmd, in brcmf_proto_bcdc_set_dcmd() argument
225 ret = brcmf_proto_bcdc_msg(drvr, ifidx, cmd, buf, len, true); in brcmf_proto_bcdc_set_dcmd()
238 brcmf_ifname(brcmf_get_ifp(drvr, ifidx)), id, in brcmf_proto_bcdc_set_dcmd()
255 brcmf_proto_bcdc_hdrpush(struct brcmf_pub *drvr, int ifidx, u8 offset, in brcmf_proto_bcdc_hdrpush() argument
274 BCDC_SET_IF_IDX(h, ifidx); in brcmf_proto_bcdc_hdrpush()
331 static int brcmf_proto_bcdc_tx_queue_data(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_bcdc_tx_queue_data() argument
334 struct brcmf_if *ifp = brcmf_get_ifp(drvr, ifidx); in brcmf_proto_bcdc_tx_queue_data()
338 return brcmf_proto_txdata(drvr, ifidx, 0, skb); in brcmf_proto_bcdc_tx_queue_data()
344 brcmf_proto_bcdc_txdata(struct brcmf_pub *drvr, int ifidx, u8 offset, in brcmf_proto_bcdc_txdata() argument
347 brcmf_proto_bcdc_hdrpush(drvr, ifidx, offset, pktbuf); in brcmf_proto_bcdc_txdata()
382 brcmf_proto_bcdc_configure_addr_mode(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_bcdc_configure_addr_mode() argument
388 brcmf_proto_bcdc_delete_peer(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_bcdc_delete_peer() argument
394 brcmf_proto_bcdc_add_tdls_peer(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_bcdc_add_tdls_peer() argument