Searched defs:ixgbe_rx_bind (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_rx.c33 static mblk_t *ixgbe_rx_bind(ixgbe_rx_data_t *, uint32_t, uint32_t);
183 * ixgbe_rx_bind - Use existing DMA buffer to build mblk for receiving.
189 ixgbe_rx_bind(ixgbe_rx_data_t *rx_data, uint32_t index, uint32_t pkt_len) function
678 mp = ixgbe_rx_bind(rx_data, rx_next, pkt_len);

Completed in 58 milliseconds