Lines Matching refs:fws
97 struct brcmf_fws_info *fws; member
105 return bcdc->fws; in drvr_to_fws()
339 if (!brcmf_fws_queue_skbs(bcdc->fws)) in brcmf_proto_bcdc_tx_queue_data()
372 if (brcmf_fws_fc_active(bcdc->fws)) { in brcmf_proto_bcdc_txcomplete()
373 brcmf_fws_bustxcomplete(bcdc->fws, txp, success); in brcmf_proto_bcdc_txcomplete()
428 struct brcmf_fws_info *fws; in brcmf_proto_bcdc_init_done() local
430 fws = brcmf_fws_attach(drvr); in brcmf_proto_bcdc_init_done()
431 if (IS_ERR(fws)) in brcmf_proto_bcdc_init_done()
432 return PTR_ERR(fws); in brcmf_proto_bcdc_init_done()
434 bcdc->fws = fws; in brcmf_proto_bcdc_init_done()
488 brcmf_fws_detach(bcdc->fws); in brcmf_proto_bcdc_detach()