Home
last modified time | relevance | path

Searched refs:ctob (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/mdb/intel/modules/i40e/
H A Di40e.c227 uint64_t ctob; in i40e_tx_ring_dcmd() local
231 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()
/titanic_44/usr/src/lib/libbc/inc/include/sun4/
H A Dparam.h186 #define ctob(x) mmu_ptob(x) macro