Searched defs:htod (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/bcmdhd/
H A Ddhd_cdc.c1109 uint32 htod = 0; local
1130 DHD_PKTTAG_SET_H2DTAG(PKTTAG(p), htod); local
1131 WLFC_PKTFLAG_SET_GENERATION(htod, entry->generation);
1138 WLFC_PKTID_HSLOT_SET(htod, hslot);
1139 WLFC_PKTID_FREERUNCTR_SET(htod, free_ctr);
1141 WL_TXSTATUS_SET_FLAGS(htod, WLFC_PKTFLAG_PKTFROMHOST);
1142 WL_TXSTATUS_SET_FIFO(htod, DHD_PKTTAG_FIFO(PKTTAG(p)));
1149 WLFC_PKTFLAG_SET_PKTREQUESTED(htod);
1152 WLFC_PKTFLAG_CLR_PKTREQUESTED(htod);
1156 entry->traffic_lastreported_bmp, entry->mac_handle, htod);
1158 DHD_PKTTAG_SET_H2DTAG(PKTTAG(p), htod); local
[all...]

Completed in 68 milliseconds