Searched refs:ltoh16_ua (Results 1 – 5 of 5) sorted by relevance
153 switch (ltoh16_ua((uint8 *)&cmd->opcode)) { in _dhd_bta_docmd()156 dhd_bta_flush_hcidata(pub, ltoh16_ua(cmdparms->llh)); in _dhd_bta_docmd()320 switch (ltoh16_ua((uint8 *)&parms->opcode)) { in dhd_bta_doevt()324 dhdp->maxdatablks = ltoh16_ua((uint8 *)&parms2->data_block_num); in dhd_bta_doevt()333 dhd_bta_flush_hcidata(dhdp, ltoh16_ua((uint8 *)&evt_parms->handle)); in dhd_bta_doevt()
4942 sublen = ltoh16_ua(dptr); in dhdsdio_rxglom()5085 sublen = ltoh16_ua(dptr); in dhdsdio_rxglom()5086 check = ltoh16_ua(dptr + sizeof(uint16)); in dhdsdio_rxglom()5148 sublen = ltoh16_ua(dptr); in dhdsdio_rxglom()5149 check = ltoh16_ua(dptr + sizeof(uint16)); in dhdsdio_rxglom()5209 sublen = ltoh16_ua(dptr); in dhdsdio_rxglom()5514 len = ltoh16_ua(bus->rxhdr); in dhdsdio_readframes()5515 check = ltoh16_ua(bus->rxhdr + sizeof(uint16)); in dhdsdio_readframes()5695 len = ltoh16_ua(bus->rxhdr); in dhdsdio_readframes()5696 check = ltoh16_ua(bus->rxhdr + sizeof(uint16)); in dhdsdio_readframes()
5366 suite_count = ltoh16_ua(&ucast->count);5391 suite_count = ltoh16_ua(&mgmt->count);5509 count = ltoh16_ua(&ucast->count);5545 count = ltoh16_ua(&mgmt->count);
81 #define load16_ua(a) ltoh16_ua(a)163 #define ltoh16_ua(bytes) ({ \ macro266 ltoh16_ua(const void *bytes) in ltoh16_ua() function
2990 #define GET_HT_OPMODE(add_ie) ((ltoh16_ua(&add_ie->opmode) & HT_OPMODE_MASK) \2992 #define HT_MIXEDMODE_PRESENT(add_ie) ((ltoh16_ua(&add_ie->opmode) & HT_OPMODE_MASK) \2994 #define HT_HT20_PRESENT(add_ie) ((ltoh16_ua(&add_ie->opmode) & HT_OPMODE_MASK) \2996 #define HT_OPTIONAL_PRESENT(add_ie) ((ltoh16_ua(&add_ie->opmode) & HT_OPMODE_MASK) \3000 #define HT_NONGF_PRESENT(add_ie) ((ltoh16_ua(&add_ie->opmode) & HT_OPMODE_NONGF) \3002 #define DOT11N_TXBURST_PRESENT(add_ie) ((ltoh16_ua(&add_ie->opmode) & DOT11N_TXBURST) \3004 #define DOT11N_OBSS_NONHT_PRESENT(add_ie) ((ltoh16_ua(&add_ie->opmode) & DOT11N_OBSS_NONHT) \