Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h188 #ifndef ctob
189 #define ctob(x) ((x)<<PAGE_SHIFT) macro