Searched refs:copyit (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c658 int pkt_length, xge_hal_dtr_info_t *ext_info, boolean_t *copyit)
669 if (*copyit || pkt_length <= lldev->config.rx_dma_lowat) {
676 *copyit = B_TRUE;
720 boolean_t copyit = B_FALSE; local
761 copyit = B_TRUE;
763 copyit = B_FALSE;
767 &ext_info, &copyit);
774 if ((mp == NULL) || copyit) {
657 xgell_rx_1b_msg_alloc(xgell_rx_ring_t *ring, xgell_rx_buffer_t *rx_buffer, int pkt_length, xge_hal_dtr_info_t *ext_info, boolean_t *copyit) argument

Completed in 48 milliseconds