Home
last modified time | relevance | path

Searched refs: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; in unm_send_copy() local
790 adapter->freecmds -= no_of_desc; in unm_send_copy()
795 MaxTxDescCount, no_of_desc); in unm_send_copy()
838 no_of_desc, in unm_send_copy()
890 int no_of_desc; in unm_send_mapped() local
972 no_of_desc = (total_cookies + 3) >> 2; in unm_send_mapped()
976 MaxTxDescCount) < no_of_desc+2) { in unm_send_mapped()
988 adapter->freecmds -= no_of_desc; in unm_send_mapped()
1040 unm_desc_dma_sync(hw->cmd_desc_dma_handle, saved_producer, no_of_desc, in unm_send_mapped()