Lines Matching refs:htod
1254 uint32 htod = 0; in _dhd_wlfc_pretx_pktprocess() local
1325 WL_TXSTATUS_SET_FREERUNCTR(htod, free_ctr); in _dhd_wlfc_pretx_pktprocess()
1326 WL_TXSTATUS_SET_HSLOT(htod, hslot); in _dhd_wlfc_pretx_pktprocess()
1327 WL_TXSTATUS_SET_FIFO(htod, DHD_PKTTAG_FIFO(PKTTAG(p))); in _dhd_wlfc_pretx_pktprocess()
1328 WL_TXSTATUS_SET_FLAGS(htod, WLFC_PKTFLAG_PKTFROMHOST); in _dhd_wlfc_pretx_pktprocess()
1329 WL_TXSTATUS_SET_GENERATION(htod, gen); in _dhd_wlfc_pretx_pktprocess()
1337 WLFC_PKTFLAG_SET_PKTREQUESTED(htod); in _dhd_wlfc_pretx_pktprocess()
1339 WLFC_PKTFLAG_CLR_PKTREQUESTED(htod); in _dhd_wlfc_pretx_pktprocess()
1343 entry->traffic_lastreported_bmp, entry->mac_handle, htod, htodseq, FALSE); in _dhd_wlfc_pretx_pktprocess()
1345 DHD_PKTTAG_SET_H2DTAG(PKTTAG(p), htod); in _dhd_wlfc_pretx_pktprocess()
2758 uint32 htod = 0; in _dhd_wlfc_suppress_txq() local
2794 htod = DHD_PKTTAG_H2DTAG(PKTTAG(pkt)); in _dhd_wlfc_suppress_txq()
2795 WL_TXSTATUS_SET_FLAGS(htod, WLFC_CTL_PKTFLAG_WLSUPPRESS); in _dhd_wlfc_suppress_txq()
2796 WL_TXSTATUS_SET_GENERATION(htod, entry->generation); in _dhd_wlfc_suppress_txq()
2797 htod = htol32(htod); in _dhd_wlfc_suppress_txq()
2798 memcpy(results, &htod, WLFC_CTL_VALUE_LEN_TXSTATUS); in _dhd_wlfc_suppress_txq()
3782 uint32 htod = 0; in dhd_wlfc_commit_packets() local
3783 WL_TXSTATUS_SET_FLAGS(htod, WLFC_PKTFLAG_PKTFROMHOST); in dhd_wlfc_commit_packets()
3784 _dhd_wlfc_pushheader(ctx, &pktbuf, FALSE, 0, 0, htod, 0, FALSE); in dhd_wlfc_commit_packets()