Searched refs:num_handles (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_tx.c81 for (i = 0; i < pTxPkt->num_handles; i++)
86 pTxPkt->num_handles = 0;
94 if (pTxPkt->num_handles > 0)
110 pTxPkt->num_handles = 0;
151 if (pTxPkt->num_handles > 0)
315 if (pTxPkt->num_handles == BNXE_MAX_DMA_HANDLES_PER_PKT)
325 dmaHandle = pTxPkt->dmaHandles[pTxPkt->num_handles];
390 pTxPkt->num_handles++;
551 if (pTxPkt->num_handles == 0)
882 if (pTxPkt->num_handles)
[all...]
H A Dbnxe.h353 u32_t num_handles; /* number of handles used for pkt */ member in struct:_um_txpacket_t
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsdbc_ioctl.h250 int num_handles; member in struct:_sd_cache_param
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c119 mdb_printf("num_handles %4-d cache_mem %4dM prot_lru %d\n",
120 _sd_cache_config.num_handles,

Completed in 56 milliseconds