Searched refs:max_frame (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_pf.c | 540 uint32_t max_frame = msgbuf[1]; in txgbe_set_vf_lpe() local 543 if (max_frame < RTE_ETHER_MIN_LEN || in txgbe_set_vf_lpe() 544 max_frame > RTE_ETHER_MAX_JUMBO_FRAME_LEN) in txgbe_set_vf_lpe() 548 if (max_frs < max_frame) { in txgbe_set_vf_lpe() 550 TXGBE_FRMSZ_MAX(max_frame)); in txgbe_set_vf_lpe()
|
| H A D | txgbe_rxtx.c | 3328 uint32_t max_frame = dev->data->mtu + in txgbe_dcb_hw_configure() local 3458 txgbe_dcb_calculate_tc_credits_cee(hw, dcb_config, max_frame, in txgbe_dcb_hw_configure() 3460 txgbe_dcb_calculate_tc_credits_cee(hw, dcb_config, max_frame, in txgbe_dcb_hw_configure()
|
| /f-stack/dpdk/drivers/net/e1000/ |
| H A D | igb_pf.c | 403 uint32_t max_frame = rlpml + RTE_ETHER_HDR_LEN + RTE_ETHER_CRC_LEN; in igb_vf_set_rlpml() local 406 if (max_frame < RTE_ETHER_MIN_LEN || in igb_vf_set_rlpml() 407 max_frame > RTE_ETHER_MAX_JUMBO_FRAME_LEN) in igb_vf_set_rlpml()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_pf.c | 561 int max_frame = new_mtu + RTE_ETHER_HDR_LEN + RTE_ETHER_CRC_LEN; in ixgbe_set_vf_lpe() local 570 if (max_frame < RTE_ETHER_MIN_LEN || in ixgbe_set_vf_lpe() 571 max_frame > RTE_ETHER_MAX_JUMBO_FRAME_LEN) in ixgbe_set_vf_lpe()
|
| H A D | ixgbe_ethdev.c | 6530 uint32_t max_frame = mtu + IXGBE_ETH_OVERHEAD; in ixgbevf_dev_set_mtu() local 6536 max_frame > RTE_ETHER_MAX_JUMBO_FRAME_LEN) in ixgbevf_dev_set_mtu() 6543 (max_frame + 2 * IXGBE_VLAN_TAG_SIZE > in ixgbevf_dev_set_mtu() 6558 ixgbevf_rlpml_set_vf(hw, max_frame); in ixgbevf_dev_set_mtu() 6561 dev->data->dev_conf.rxmode.max_rx_pkt_len = max_frame; in ixgbevf_dev_set_mtu()
|
| H A D | ixgbe_rxtx.c | 4098 uint32_t max_frame = dev->data->mtu + RTE_ETHER_HDR_LEN + in ixgbe_dcb_hw_configure() local 4241 ixgbe_dcb_calculate_tc_credits_cee(hw, dcb_config, max_frame, in ixgbe_dcb_hw_configure() 4243 ixgbe_dcb_calculate_tc_credits_cee(hw, dcb_config, max_frame, in ixgbe_dcb_hw_configure()
|