Home
last modified time | relevance | path

Searched refs:statusDesc_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c102 static mblk_t *unm_process_rcv(unm_adapter *adapter, statusDesc_t *desc);
541 size = (sizeof (statusDesc_t)* adapter->MaxRxDescCount); in unm_nic_hw_resources()
555 recv_ctx->rcvStatusDescHead = (statusDesc_t *)addr; in unm_nic_hw_resources()
1228 unm_process_rcv(unm_adapter *adapter, statusDesc_t *desc) in unm_process_rcv()
1330 statusDesc_t *desc_head = recv_ctx->rcvStatusDescHead; in unm_process_rcv_ring()
1331 statusDesc_t *desc = NULL; in unm_process_rcv_ring()
1339 adapter->MaxRxDescCount, sizeof (statusDesc_t), in unm_process_rcv_ring()
1363 count, adapter->MaxRxDescCount, sizeof (statusDesc_t), in unm_process_rcv_ring()
H A Dnic_cmn.h521 } POSTALIGN(16) statusDesc_t; typedef
H A Dunm_nic.h418 statusDesc_t *rcvStatusDescHead;