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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_rx.c34 static mblk_t *ixgbe_rx_copy(ixgbe_rx_data_t *, uint32_t, uint32_t);
139 * ixgbe_rx_copy - Use copy to process the received packet.
145 ixgbe_rx_copy(ixgbe_rx_data_t *rx_data, uint32_t index, uint32_t pkt_len) function
168 ixgbe_log(ixgbe, "ixgbe_rx_copy: allocate buffer failed");
681 mp = ixgbe_rx_copy(rx_data, rx_next, pkt_len);

Completed in 59 milliseconds