• Home
  • Raw
  • Download

Lines Matching refs:ifidx

110 brcmf_proto_bcdc_msg(struct brcmf_pub *drvr, int ifidx, uint cmd, void *buf,  in brcmf_proto_bcdc_msg()  argument
127 (ifidx << BCDC_DCMD_IF_SHIFT); in brcmf_proto_bcdc_msg()
159 brcmf_proto_bcdc_query_dcmd(struct brcmf_pub *drvr, int ifidx, uint cmd, in brcmf_proto_bcdc_query_dcmd() argument
170 ret = brcmf_proto_bcdc_msg(drvr, ifidx, cmd, buf, len, false); in brcmf_proto_bcdc_query_dcmd()
190 brcmf_ifname(drvr, ifidx), id, bcdc->reqid); 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
224 ret = brcmf_proto_bcdc_msg(drvr, ifidx, cmd, buf, len, true); in brcmf_proto_bcdc_set_dcmd()
237 brcmf_ifname(drvr, ifidx), id, bcdc->reqid); in brcmf_proto_bcdc_set_dcmd()
251 brcmf_proto_bcdc_hdrpush(struct brcmf_pub *drvr, int ifidx, u8 offset, in brcmf_proto_bcdc_hdrpush() argument
270 BCDC_SET_IF_IDX(h, ifidx); in brcmf_proto_bcdc_hdrpush()
275 brcmf_proto_bcdc_hdrpull(struct brcmf_pub *drvr, bool do_fws, u8 *ifidx, in brcmf_proto_bcdc_hdrpull() argument
292 *ifidx = BCDC_GET_IF_IDX(h); in brcmf_proto_bcdc_hdrpull()
293 if (*ifidx >= BRCMF_MAX_IFS) { in brcmf_proto_bcdc_hdrpull()
294 brcmf_err("rx data ifnum out of range (%d)\n", *ifidx); in brcmf_proto_bcdc_hdrpull()
303 if (*ifidx) in brcmf_proto_bcdc_hdrpull()
304 (*ifidx)++; in brcmf_proto_bcdc_hdrpull()
309 brcmf_ifname(drvr, *ifidx), h->flags); in brcmf_proto_bcdc_hdrpull()
315 brcmf_ifname(drvr, *ifidx), h->flags); in brcmf_proto_bcdc_hdrpull()
323 brcmf_fws_hdrpull(drvr, *ifidx, h->data_offset << 2, pktbuf); in brcmf_proto_bcdc_hdrpull()
333 brcmf_proto_bcdc_txdata(struct brcmf_pub *drvr, int ifidx, u8 offset, in brcmf_proto_bcdc_txdata() argument
336 brcmf_proto_bcdc_hdrpush(drvr, ifidx, offset, pktbuf); in brcmf_proto_bcdc_txdata()
341 brcmf_proto_bcdc_configure_addr_mode(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_bcdc_configure_addr_mode() argument
347 brcmf_proto_bcdc_delete_peer(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_bcdc_delete_peer() argument
353 brcmf_proto_bcdc_add_tdls_peer(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_bcdc_add_tdls_peer() argument