Searched defs:max_frame_size (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82543.c407 * @max_frame_size: The maximum frame size
413 u8 *mac_addr, u32 max_frame_size)
449 if ((frame_len == max_frame_size) && (stats->roc > 0))
411 e1000_tbi_adjust_stats_82543(struct e1000_hw *hw, struct e1000_hw_stats *stats, u32 frame_len, u8 *mac_addr, u32 max_frame_size) argument
H A De1000_hw.h818 u32 max_frame_size; member in struct:e1000_mac_info
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb.c49 int max_frame_size)
55 min_credit = ((max_frame_size / 2) + IXGBE_DCB_CREDIT_QUANTUM - 1) /
90 u32 max_frame_size, u8 direction)
109 min_credit = ((max_frame_size / 2) + IXGBE_DCB_CREDIT_QUANTUM - 1) /
48 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max, int max_frame_size) argument
88 ixgbe_dcb_calculate_tc_credits_cee(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config, u32 max_frame_size, u8 direction) argument
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dmac_drv_info.h142 u32 max_frame_size; /* Max Frame Size. bytes */ member in struct:iscsi_stats_info
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_dds.c79 uint32_t max_frame_size; member in struct:vdds_cb_arg
94 uint64_t macaddr, uint32_t max_frame_size);
418 uint32_t max_frame_size; local
433 max_frame_size = vnetp->mtu +
436 dmsg->msg.share_msg.macaddr, max_frame_size);
575 vdds_create_niu_node(uint64_t cookie, uint64_t macaddr, uint32_t max_frame_size) argument
597 cba.max_frame_size = max_frame_size;
614 cba.max_frame_size = max_frame_size;
[all...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw.h141 uint32_t max_frame_size; /* max frame size supported */ member in struct:vsw
H A Dvnet_gen.h434 uint32_t max_frame_size; /* max frame size supported */ member in struct:vgen
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw_eth.h446 uint16_t max_frame_size; member in struct:mbx_create_nic_rq::__anon7736::__anon7737
449 uint16_t max_frame_size; member in struct:mbx_create_nic_rq::__anon7736::__anon7737
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h259 uint32_t max_frame_size; member in struct:fca_port_attrs
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h180 uint32_t max_frame_size; member in struct:fct_port_attrs
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h705 uint32_t max_frame_size; member in struct:qlge
H A Dqlge_hw.h1680 uint32_t max_frame_size; member in struct:port_cfg_info
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c745 uint32_t max_frame_size; local
779 max_frame_size = ddi_prop_get_int(DDI_DEV_T_ANY,
782 if ((max_frame_size > NXGE_MTU_DEFAULT_MAX) &&
783 (max_frame_size <= TX_JUMBO_MTU)) {
785 nxgep->mac.maxframesize = (uint16_t)max_frame_size;
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c1768 * @max_frame_size: Maximum Frame Size to be supported by the port
1777 u16 max_frame_size,
1786 if (max_frame_size == 0)
1792 cmd->max_frame_size = CPU_TO_LE16(max_frame_size);
1905 hw_link_info->max_frame_size = LE16_TO_CPU(resp->max_frame_size);
1776 i40e_aq_set_mac_config(struct i40e_hw *hw, u16 max_frame_size, bool crc_en, u16 pacing, struct i40e_asq_cmd_details *cmd_details) argument
H A Di40e_adminq_cmd.h1697 __le16 max_frame_size; member in struct:i40e_aq_set_mac_config
1771 __le16 max_frame_size; member in struct:i40e_aqc_get_link_status
H A Di40e_type.h243 u16 max_frame_size; member in struct:i40e_link_status
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sw.h579 uint32_t max_frame_size; member in struct:igb
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h379 uint32_t max_frame_size; member in struct:dfc_hbainfo
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h906 uint32_t max_frame_size; member in struct:e1000g
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h648 uint32_t max_frame_size; member in struct:ixgbe

Completed in 246 milliseconds