Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/atheros/atl1e/
Datl1e_main.c931 u32 jumbo_thresh = 0; in atl1e_configure_tx() local
938 jumbo_thresh = hw->max_frame_size + extra_size; in atl1e_configure_tx()
940 jumbo_thresh = in atl1e_configure_tx()
943 jumbo_thresh = (hw->max_frame_size + extra_size) / 2; in atl1e_configure_tx()
945 AT_WRITE_REG(hw, REG_TX_EARLY_TH, (jumbo_thresh + 7) >> 3); in atl1e_configure_tx()
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c5375 req->jumbo_thresh = cpu_to_le16(bp->rx_buf_use_size); in bnxt_hwrm_vnic_set_hds()
5381 req->jumbo_thresh = cpu_to_le16(bp->rx_copy_thresh); in bnxt_hwrm_vnic_set_hds()
Dbnxt_hsi.h6726 __le16 jumbo_thresh; member