/netbsd-src/sys/dev/pci/ixgbe/ |
H A D | if_sriov.c | 155 if (sc->max_frame_size < max_frame) in ixgbe_update_max_frame() 156 sc->max_frame_size = max_frame; in ixgbe_update_max_frame() 291 if (sc->max_frame_size > ETHER_MAX_LEN || in ixgbe_vf_frame_size_compatible() 292 vf->max_frame_size > ETHER_MAX_LEN) in ixgbe_vf_frame_size_compatible() 304 if (vf->max_frame_size <= ETHER_MAX_LEN) in ixgbe_vf_frame_size_compatible() 311 if (sc->max_frame_size <= ETHER_MAX_LEN) in ixgbe_vf_frame_size_compatible() 508 vf->max_frame_size = vf_max_size; in ixgbe_vf_set_lpe() 509 ixgbe_update_max_frame(sc, vf->max_frame_size); in ixgbe_vf_set_lpe() 520 if (pf_max_size < sc->max_frame_size) { in ixgbe_vf_set_lpe() 522 mhadd |= sc->max_frame_size << IXGBE_MHADD_MFS_SHIFT; in ixgbe_vf_set_lpe() [all …]
|
H A D | ixgbe_dcb.c | 57 int max_frame_size) in ixgbe_dcb_calculate_tc_credits() argument 63 min_credit = ((max_frame_size / 2) + IXGBE_DCB_CREDIT_QUANTUM - 1) / in ixgbe_dcb_calculate_tc_credits() 100 u32 max_frame_size, u8 direction) in ixgbe_dcb_calculate_tc_credits_cee() argument 119 min_credit = ((max_frame_size / 2) + IXGBE_DCB_CREDIT_QUANTUM - 1) / in ixgbe_dcb_calculate_tc_credits_cee()
|
H A D | ixgbe.h | 450 u_int max_frame_size; member 507 u16 max_frame_size; member
|
H A D | ixv.c | 727 sc->max_frame_size = in ixv_init_locked() 1669 sc->max_frame_size = ifp->if_mtu + IXGBE_MTU_HDR; in ixv_setup_interface() 1894 if (ixgbevf_rlpml_set_vf(hw, sc->max_frame_size) != 0) { in ixv_initialize_receive_units()
|
H A D | ixgbe.c | 1401 sc->max_frame_size = ifp->if_mtu + ETHER_HDR_LEN + ETHER_CRC_LEN; in ixgbe_setup_interface() 4077 sc->max_frame_size = in ixgbe_init_locked() 4137 mhadd |= sc->max_frame_size << IXGBE_MHADD_MFS_SHIFT; in ixgbe_init_locked() 4475 frame = sc->max_frame_size; in ixgbe_config_delay_values()
|
H A D | ix_txrx.c | 104 if (sc->max_frame_size <= (rxr->mbuf_sz - ETHER_ALIGN)) \
|
/netbsd-src/sys/dev/pci/igc/ |
H A D | if_igc.h | 350 uint32_t max_frame_size; member
|
H A D | igc_hw.h | 295 uint32_t max_frame_size; member
|
H A D | if_igc.c | 421 sc->hw.mac.max_frame_size = 9234; in igc_attach() 825 roundup2(sc->hw.mac.max_frame_size, 1024); in igc_reset() 865 const uint16_t max_frame_size = sc->hw.mac.max_frame_size; in igc_init_dmac() local 880 uint16_t hwm = 64 * pba - max_frame_size / 16; in igc_init_dmac() 888 uint32_t dmac = pba - max_frame_size / 512; in igc_init_dmac() 934 (IGC_TXPBSIZE - (2 * max_frame_size)) >> 6); in igc_init_dmac() 3577 if (sc->hw.mac.max_frame_size > ETHER_MAX_LEN) in igc_initialize_receive_unit()
|
/netbsd-src/sys/dev/pci/ |
H A D | if_bnxvar.h | 223 uint32_t max_frame_size; member
|
H A D | if_cas.c | 1165 u_int max_frame_size; in cas_init() local 1191 max_frame_size = ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN; in cas_init() 1192 v = (max_frame_size) | (0x2000 << 16) /* Burst size */; in cas_init()
|
H A D | if_ixlvar.h | 727 uint16_t max_frame_size; member
|
H A D | mpiireg.h | 1226 u_int32_t max_frame_size; member
|
H A D | if_bnx.c | 5035 sc->max_frame_size = sizeof(struct l2_fhdr) + 2 + ether_mtu + 8; in bnx_init() 5038 "max_frame_size = %d\n", __func__, (int)MCLBYTES, in bnx_init() 5039 sc->mbuf_alloc_size, sc->max_frame_size); in bnx_init()
|
/netbsd-src/sys/dev/ic/ |
H A D | gem.c | 1127 u_int max_frame_size; in gem_init() local 1166 max_frame_size = uimax(sc->sc_ethercom.ec_if.if_mtu, ETHERMTU); in gem_init() 1167 max_frame_size += ETHER_HDR_LEN + ETHER_CRC_LEN; in gem_init() 1169 max_frame_size += ETHER_VLAN_ENCAP_LEN; in gem_init() 1171 max_frame_size|/* burst size */(0x2000<<16)); in gem_init()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
H A D | unwind.c | 548 int max_frame_size = OVERHEAD_BYTES + NATIVE_FRAME_BYTES (max_native_nframes); in __collector_get_frame_info() local 550 max_frame_size += JAVA_FRAME_BYTES (max_java_nframes); in __collector_get_frame_info() 552 Frame_packet *frpckt = alloca (sizeof (Frame_packet) + max_frame_size); in __collector_get_frame_info() 557 int size = max_frame_size; in __collector_get_frame_info()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
H A D | unwind.c | 552 int max_frame_size = OVERHEAD_BYTES + NATIVE_FRAME_BYTES (max_native_nframes); in __collector_get_frame_info() local 554 max_frame_size += JAVA_FRAME_BYTES (max_java_nframes); in __collector_get_frame_info() 556 Frame_packet *frpckt = alloca (sizeof (Frame_packet) + max_frame_size); in __collector_get_frame_info() 561 int size = max_frame_size; in __collector_get_frame_info()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/ |
H A D | alpha.cc | 7995 const HOST_WIDE_INT max_frame_size = HOST_WIDE_INT_1 << 31; in alpha_start_function() local 8081 frame_size >= max_frame_size ? 0 : frame_size, in alpha_start_function() 8087 frame_size >= max_frame_size ? 0 : frame_size, in alpha_start_function() 8107 frame_size >= max_frame_size ? 0 : reg_offset - frame_size); in alpha_start_function() 8116 frame_size >= max_frame_size ? 0 : reg_offset - frame_size); in alpha_start_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
H A D | alpha.c | 7990 const HOST_WIDE_INT max_frame_size = HOST_WIDE_INT_1 << 31; in alpha_start_function() local 8076 frame_size >= max_frame_size ? 0 : frame_size, in alpha_start_function() 8082 frame_size >= max_frame_size ? 0 : frame_size, in alpha_start_function() 8102 frame_size >= max_frame_size ? 0 : reg_offset - frame_size); in alpha_start_function() 8111 frame_size >= max_frame_size ? 0 : reg_offset - frame_size); in alpha_start_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | function.c | 5366 rtx max_frame_size = GEN_INT (STACK_CHECK_MAX_FRAME_SIZE); in expand_function_end() local 5369 anti_adjust_stack_and_probe (max_frame_size, true); in expand_function_end() 5371 probe_stack_range (STACK_OLD_CHECK_PROTECT, max_frame_size); in expand_function_end()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2012 | 31068 max_frame_size.
|