Searched refs:TX_BCOPY_SIZE (Results 1 – 5 of 5) sorted by relevance
272 bcopy_thresh = (TX_BCOPY_SIZE - TX_PKT_HEADER_SIZE); in hxge_start()320 ((!hxge_tx_use_bcopy && (len > TX_BCOPY_SIZE)) || in hxge_start()
151 #define TX_BCOPY_SIZE 512 macro
249 #define TX_BCOPY_SIZE 4096 macro252 #define TX_BCOPY_SIZE 2048 macro
432 bcopy_thresh = (TX_BCOPY_SIZE - TX_PKT_HEADER_SIZE); in nxge_start()492 ((!nxge_tx_use_bcopy && (len > TX_BCOPY_SIZE)) || in nxge_start()
2845 threshhold = TX_BCOPY_SIZE; in nxge_tdc_sizes()