Searched defs:no_of_desc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c771 int no_of_desc = 1; local
790 adapter->freecmds -= no_of_desc;
795 MaxTxDescCount, no_of_desc);
838 no_of_desc,
890 int no_of_desc; local
972 no_of_desc = (total_cookies + 3) >> 2;
976 MaxTxDescCount) < no_of_desc+2) {
988 adapter->freecmds -= no_of_desc;
1040 unm_desc_dma_sync(hw->cmd_desc_dma_handle, saved_producer, no_of_desc,

Completed in 50 milliseconds