Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c896 ddi_dma_cookie_t cookie[MAX_COOKIES_PER_CMD + 1]; in unm_send_mapped()
935 if (total_cookies > MAX_COOKIES_PER_CMD) { in unm_send_mapped()
1093 pktinfo.mblk_no >= MAX_COOKIES_PER_CMD) in unm_nic_xmit_frame()
H A Dunm_nic.h256 #define MAX_COOKIES_PER_CMD 15 macro