Searched refs:ctob (Results 1 – 2 of 2) sorted by relevance
227 uint64_t ctob; in i40e_tx_ring_dcmd() local231 ctob = LE_64(dptr->cmd_type_offset_bsz); in i40e_tx_ring_dcmd()232 if (ctob == 0) { in i40e_tx_ring_dcmd()235 switch (ctob & I40E_TXD_QW1_DTYPE_MASK) { in i40e_tx_ring_dcmd()
186 #define ctob(x) mmu_ptob(x) macro