Lines Matching refs:htod
1119 uint32 htod = 0; in _dhd_wlfc_pretx_pktprocess() local
1177 WL_TXSTATUS_SET_FREERUNCTR(htod, free_ctr); in _dhd_wlfc_pretx_pktprocess()
1178 WL_TXSTATUS_SET_HSLOT(htod, hslot); in _dhd_wlfc_pretx_pktprocess()
1179 WL_TXSTATUS_SET_FIFO(htod, DHD_PKTTAG_FIFO(PKTTAG(p))); in _dhd_wlfc_pretx_pktprocess()
1180 WL_TXSTATUS_SET_FLAGS(htod, WLFC_PKTFLAG_PKTFROMHOST); in _dhd_wlfc_pretx_pktprocess()
1181 WL_TXSTATUS_SET_GENERATION(htod, gen); in _dhd_wlfc_pretx_pktprocess()
1189 WLFC_PKTFLAG_SET_PKTREQUESTED(htod); in _dhd_wlfc_pretx_pktprocess()
1191 WLFC_PKTFLAG_CLR_PKTREQUESTED(htod); in _dhd_wlfc_pretx_pktprocess()
1195 entry->traffic_lastreported_bmp, entry->mac_handle, htod, htodseq, FALSE); in _dhd_wlfc_pretx_pktprocess()
1197 DHD_PKTTAG_SET_H2DTAG(PKTTAG(p), htod); in _dhd_wlfc_pretx_pktprocess()
2490 uint32 htod = 0; in _dhd_wlfc_suppress_txq() local
2526 htod = DHD_PKTTAG_H2DTAG(PKTTAG(pkt)); in _dhd_wlfc_suppress_txq()
2527 WL_TXSTATUS_SET_FLAGS(htod, WLFC_CTL_PKTFLAG_WLSUPPRESS); in _dhd_wlfc_suppress_txq()
2528 WL_TXSTATUS_SET_GENERATION(htod, entry->generation); in _dhd_wlfc_suppress_txq()
2529 htod = htol32(htod); in _dhd_wlfc_suppress_txq()
2530 memcpy(results, &htod, WLFC_CTL_VALUE_LEN_TXSTATUS); in _dhd_wlfc_suppress_txq()
3420 uint32 htod = 0; in dhd_wlfc_commit_packets() local
3421 WL_TXSTATUS_SET_FLAGS(htod, WLFC_PKTFLAG_PKTFROMHOST); in dhd_wlfc_commit_packets()
3422 _dhd_wlfc_pushheader(ctx, &pktbuf, FALSE, 0, 0, htod, 0, FALSE); in dhd_wlfc_commit_packets()