Home
last modified time | relevance | path

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) in xgell_rx_1b_msg_alloc() argument
669 if (*copyit || pkt_length <= lldev->config.rx_dma_lowat) { in xgell_rx_1b_msg_alloc()
676 *copyit = B_TRUE; in xgell_rx_1b_msg_alloc()
720 boolean_t copyit = B_FALSE; in xgell_rx_1b_callback() local
761 copyit = B_TRUE; in xgell_rx_1b_callback()
763 copyit = B_FALSE; in xgell_rx_1b_callback()
767 &ext_info, &copyit); in xgell_rx_1b_callback()
774 if ((mp == NULL) || copyit) { in xgell_rx_1b_callback()