Home
last modified time | relevance | path

Searched refs:um_rxpacket_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxrcv.c56 bnx_rxbuffer_alloc(um_device_t *const umdevice, um_rxpacket_t *const umpacket) in bnx_rxbuffer_alloc()
113 bnx_rxbuffer_free(um_device_t * const umdevice, um_rxpacket_t * const umpacket) in bnx_rxbuffer_free()
137 um_rxpacket_t *umpacket; in bnx_recv_ring_init()
158 umpacket = (um_rxpacket_t *)s_list_pop_head(srcq); in bnx_recv_ring_init()
176 um_rxpacket_t *umpacket; in bnx_recv_ring_fill()
188 umpacket = (um_rxpacket_t *)s_list_pop_head(srcq); in bnx_recv_ring_fill()
216 um_rxpacket_t *umpacket; in bnx_recv_ring_recv()
246 umpacket = (um_rxpacket_t *)s_list_pop_head(srcq); in bnx_recv_ring_recv()
462 um_rxpacket_t *umpacket; in bnx_recv_ring_dump()
470 umpacket = (um_rxpacket_t *)s_list_pop_head(srcq); in bnx_recv_ring_dump()
[all …]
H A Dbnx.h368 } um_rxpacket_t; typedef
H A Dbnx_mm.c182 desc_size = sizeof (um_rxpacket_t); in mm_desc_size()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_rx.c120 descSize = sizeof(um_rxpacket_t) + SIZEOF_SIG; in BnxeRxPktDescrSize()
127 um_rxpacket_t * pRxPkt) in BnxeRxPktDescrFree()
143 um_rxpacket_t * pRxPkt = (um_rxpacket_t *)free_arg; in BnxeRxPktFree()
282 um_rxpacket_t * pRxPkt; in BnxeRxRingProcess()
337 pRxPkt = (um_rxpacket_t *)s_list_pop_head(&rxList); in BnxeRxRingProcess()
639 um_rxpacket_t * pRxPkt) in BnxeRxBufAlloc()
742 um_rxpacket_t * pRxPkt; in BnxeRxPktsInitIdx()
770 pRxPkt = (um_rxpacket_t *)(pTmp + SIZEOF_SIG); in BnxeRxPktsInitIdx()
840 um_rxpacket_t * pRxPkt; in BnxeRxPktsFiniIdx()
872 pRxPkt = (um_rxpacket_t *)s_list_pop_head(&tmpList); in BnxeRxPktsFiniIdx()
H A Dbnxe.h408 } um_rxpacket_t; typedef