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

/linux-master/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c934 u32 jumbo_thresh = 0; local
941 jumbo_thresh = hw->max_frame_size + extra_size;
943 jumbo_thresh =
946 jumbo_thresh = (hw->max_frame_size + extra_size) / 2;
948 AT_WRITE_REG(hw, REG_TX_EARLY_TH, (jumbo_thresh + 7) >> 3);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c6238 req->jumbo_thresh = cpu_to_le16(bp->rx_buf_use_size);
6244 req->jumbo_thresh = cpu_to_le16(bp->rx_copy_thresh);
H A Dbnxt_hsi.h6819 __le16 jumbo_thresh; member in struct:hwrm_vnic_plcmodes_cfg_input

Completed in 432 milliseconds