Searched refs:be16_to_cpu (Results 1 – 4 of 4) sorted by relevance
15 #define be16_to_cpu(x) (x) macro
15 #define be16_to_cpu(x) __bswap_16(x) macro
142 #define be16_to_cpu(x) BE_16((uint16_t)(x)) macro
173 cidx = be16_to_cpu(cidx); in reclaimable()1190 iq->cntxt_id = be16_to_cpu(c.iqid); in alloc_iq_fl()1191 iq->abs_id = be16_to_cpu(c.physiqid); in alloc_iq_fl()1202 fl->cntxt_id = be16_to_cpu(c.fl0id); in alloc_iq_fl()2839 cidx = be16_to_cpu(cidx); in reclaim_tx_descs()