if_bwfm_sdio.c | 1647 struct bwfm_proto_bcdc_hdr *bcdc; local in function:bwfm_sdio_tx_dataframe 1651 len = sizeof(*hwhdr) + sizeof(*swhdr) + sizeof(*bcdc) 1673 bcdc = (void *)&swhdr[1]; 1674 bcdc->data_offset = 0; 1675 bcdc->priority = WME_AC_BE; 1676 bcdc->flags = BWFM_BCDC_FLAG_VER(BWFM_BCDC_FLAG_PROTO_VER); 1677 bcdc->flags2 = 0; 1679 m_copydata(m, 0, m->m_pkthdr.len, &bcdc[1]); 1729 struct bwfm_proto_bcdc_hdr *bcdc; local in function:bwfm_sdio_rx_frames 1852 bcdc = mtod(m, struct bwfm_proto_bcdc_hdr *) 1899 struct bwfm_proto_bcdc_hdr *bcdc; local in function:bwfm_sdio_rx_glom [all...] |