Home
last modified time | relevance | path

Searched refs:mac_rx_fifo_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac.h456 } mac_rx_fifo_t; typedef
464 mac_rx_fifo_t mr_fifo;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_squeue.c465 mac_rx_fifo_t *mrfp = (mac_rx_fifo_t *)mrp; in ip_squeue_add_ring()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c371 mac_rx_fifo_t mrf; in mac_srs_client_poll_enable()
380 bzero(&mrf, sizeof (mac_rx_fifo_t)); in mac_srs_client_poll_enable()
1713 mac_rx_fifo_t mrf; in mac_srs_create_proto_softrings()
1715 bzero(&mrf, sizeof (mac_rx_fifo_t)); in mac_srs_create_proto_softrings()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c897 mac_rx_fifo_t mrf; in BnxeMacResources()