| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_api.h | 125 min_frame_size, max_frame_size) \ argument 131 ((length) <= ((max_frame_size) + 1))) : \ 133 ((length) <= ((max_frame_size) + VLAN_TAG_SIZE + 1)))))
|
| H A D | e1000_82543.h | 22 u32 max_frame_size);
|
| H A D | e1000_82543.c | 379 u8 *mac_addr, u32 max_frame_size) in e1000_tbi_adjust_stats_82543() argument 415 if ((frame_len == max_frame_size) && (stats->roc > 0)) in e1000_tbi_adjust_stats_82543()
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_dcb.c | 23 int max_frame_size) in ixgbe_dcb_calculate_tc_credits() argument 29 min_credit = ((max_frame_size / 2) + IXGBE_DCB_CREDIT_QUANTUM - 1) / in ixgbe_dcb_calculate_tc_credits() 66 u32 max_frame_size, u8 direction) in ixgbe_dcb_calculate_tc_credits_cee() argument 85 min_credit = ((max_frame_size / 2) + IXGBE_DCB_CREDIT_QUANTUM - 1) / in ixgbe_dcb_calculate_tc_credits_cee()
|
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_dcb.c | 163 u32 max_frame_size, u8 direction) in txgbe_dcb_calculate_tc_credits_cee() argument 184 min_credit = ((max_frame_size / 2) + TXGBE_DCB_CREDIT_QUANTUM - 1) / in txgbe_dcb_calculate_tc_credits_cee()
|
| H A D | txgbe_dcb.h | 100 u32 max_frame_size, u8 direction);
|
| /f-stack/freebsd/mips/cavium/usb/ |
| H A D | octusb.h | 71 uint16_t max_frame_size; member
|
| H A D | octusb.c | 461 rem = OCTUSB_MAX_FIXUP % td->qh->max_frame_size; in octusb_non_control_data_tx() 473 if ((rem == 0) || (rem % td->qh->max_frame_size)) in octusb_non_control_data_tx() 588 rem = OCTUSB_MAX_FIXUP % td->qh->max_frame_size; in octusb_non_control_data_rx() 1762 qh->max_frame_size = xfer->max_frame_size; in octusb_xfer_setup()
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_mfw_req.h | 164 uint32_t max_frame_size; /* Max Frame Size. bytes */ member
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_rxtx.h | 299 uint16_t max_frame_size);
|
| H A D | qede_rxtx.c | 98 uint16_t max_frame_size) in qede_calc_rx_buf_size() argument 110 (max_frame_size + QEDE_ETH_OVERHEAD)) { in qede_calc_rx_buf_size() 112 mbufsz, ETH_RX_MAX_BUFF_PER_PKT, max_frame_size); in qede_calc_rx_buf_size() 117 (max_frame_size + QEDE_ETH_OVERHEAD) / in qede_calc_rx_buf_size() 120 rx_buf_size = max_frame_size + QEDE_ETH_OVERHEAD; in qede_calc_rx_buf_size()
|
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_ethdev.c | 356 uint32_t max_frame_size; in ionic_dev_mtu_set() local 370 max_frame_size = mtu + RTE_ETHER_HDR_LEN + 4 + 4; in ionic_dev_mtu_set() 372 if (eth_dev->data->dev_conf.rxmode.max_rx_pkt_len < max_frame_size) in ionic_dev_mtu_set()
|
| H A D | ionic_rxtx.c | 725 uint32_t max_frame_size = in ionic_rx_clean() local 760 if (cq_desc->len > max_frame_size || in ionic_rx_clean()
|
| H A D | ionic_if.h | 414 __le32 max_frame_size; member 2099 __le32 max_frame_size; member
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_common.h | 165 ice_aq_set_mac_cfg(struct ice_hw *hw, u16 max_frame_size, struct ice_sq_cd *cd);
|
| H A D | ice_common.c | 430 li->max_frame_size = LE16_TO_CPU(link_data.max_frame_size); in ice_aq_get_link_info() 463 li->max_frame_size); in ice_aq_get_link_info() 522 ice_aq_set_mac_cfg(struct ice_hw *hw, u16 max_frame_size, struct ice_sq_cd *cd) in ice_aq_set_mac_cfg() argument 529 if (max_frame_size == 0) in ice_aq_set_mac_cfg() 534 cmd->max_frame_size = CPU_TO_LE16(max_frame_size); in ice_aq_set_mac_cfg()
|
| H A D | ice_type.h | 247 u16 max_frame_size; member
|
| H A D | ice_adminq_cmd.h | 1388 __le16 max_frame_size; member 1482 __le16 max_frame_size; member
|
| /f-stack/dpdk/drivers/net/virtio/ |
| H A D | virtio_ethdev.c | 878 uint32_t max_frame_size = hw->max_mtu + ether_hdr_len; in virtio_mtu_set() local 880 max_frame_size = RTE_MIN(max_frame_size, VIRTIO_MAX_RX_PKTLEN); in virtio_mtu_set() 882 if (mtu < RTE_ETHER_MIN_MTU || frame_size > max_frame_size) { in virtio_mtu_set() 884 RTE_ETHER_MIN_MTU, max_frame_size - ether_hdr_len); in virtio_mtu_set()
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_adminq_cmd.h | 2110 __le16 max_frame_size; member 2196 __le16 max_frame_size; member
|
| H A D | i40e_common.c | 1907 u16 max_frame_size, in i40e_aq_set_mac_config() argument 1917 if (max_frame_size == 0) in i40e_aq_set_mac_config() 1923 cmd->max_frame_size = CPU_TO_LE16(max_frame_size); in i40e_aq_set_mac_config() 2051 hw_link_info->max_frame_size = LE16_TO_CPU(resp->max_frame_size); in i40e_aq_get_link_info()
|
| H A D | i40e_prototype.h | 122 u16 max_frame_size, bool crc_en, u16 pacing,
|
| H A D | i40e_type.h | 250 u16 max_frame_size; member
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.c | 3462 uint16_t max_frame_size; in ice_dev_start() local 3527 max_frame_size = pf->dev_data->dev_conf.rxmode.max_rx_pkt_len ? in ice_dev_start() 3532 ice_aq_set_mac_cfg(hw, max_frame_size, NULL); in ice_dev_start()
|