OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_frame_size
(Results
1 - 15
of
15
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
if_sriov.c
155
if (sc->
max_frame_size
< max_frame)
156
sc->
max_frame_size
= max_frame;
291
if (sc->
max_frame_size
> ETHER_MAX_LEN ||
292
vf->
max_frame_size
> ETHER_MAX_LEN)
304
if (vf->
max_frame_size
<= ETHER_MAX_LEN)
311
if (sc->
max_frame_size
<= ETHER_MAX_LEN)
508
vf->
max_frame_size
= vf_max_size;
509
ixgbe_update_max_frame(sc, vf->
max_frame_size
);
520
if (pf_max_size < sc->
max_frame_size
) {
522
mhadd |= sc->
max_frame_size
<< IXGBE_MHADD_MFS_SHIFT
[
all
...]
ixgbe_dcb.c
54
* @
max_frame_size
: maximum frame size
57
int
max_frame_size
)
63
min_credit = ((
max_frame_size
/ 2) + IXGBE_DCB_CREDIT_QUANTUM - 1) /
91
* @
max_frame_size
: Maximum frame size
100
u32
max_frame_size
, u8 direction)
119
min_credit = ((
max_frame_size
/ 2) + IXGBE_DCB_CREDIT_QUANTUM - 1) /
ixgbe.h
450
u_int
max_frame_size
;
member in struct:ixgbe_vf
507
u16
max_frame_size
;
member in struct:ixgbe_softc
ixv.c
727
sc->
max_frame_size
=
1669
sc->
max_frame_size
= ifp->if_mtu + IXGBE_MTU_HDR;
1894
if (ixgbevf_rlpml_set_vf(hw, sc->
max_frame_size
) != 0) {
ixgbe.c
1401
sc->
max_frame_size
= ifp->if_mtu + ETHER_HDR_LEN + ETHER_CRC_LEN;
4077
sc->
max_frame_size
=
4137
mhadd |= sc->
max_frame_size
<< IXGBE_MHADD_MFS_SHIFT;
4467
* Requires sc->
max_frame_size
to be set.
4475
frame = sc->
max_frame_size
;
ix_txrx.c
104
if (sc->
max_frame_size
<= (rxr->mbuf_sz - ETHER_ALIGN)) \
/src/sys/dev/pci/igc/
igc_hw.h
295
uint32_t
max_frame_size
;
member in struct:igc_mac_info
if_igc.h
350
uint32_t
max_frame_size
;
member in struct:igc_softc
if_igc.c
419
sc->hw.mac.
max_frame_size
= 9234;
823
roundup2(sc->hw.mac.
max_frame_size
, 1024);
863
const uint16_t
max_frame_size
= sc->hw.mac.
max_frame_size
;
local in function:igc_init_dmac
878
uint16_t hwm = 64 * pba -
max_frame_size
/ 16;
886
uint32_t dmac = pba -
max_frame_size
/ 512;
932
(IGC_TXPBSIZE - (2 *
max_frame_size
)) >> 6);
3443
if (sc->hw.mac.
max_frame_size
> ETHER_MAX_LEN)
/src/sys/dev/pci/
if_bnxvar.h
223
uint32_t
max_frame_size
;
member in struct:bnx_softc
if_cas.c
1166
u_int
max_frame_size
;
local in function:cas_init
1192
max_frame_size
= ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN;
1193
v = (
max_frame_size
) | (0x2000 << 16) /* Burst size */;
if_ixlvar.h
727
uint16_t
max_frame_size
;
member in struct:ixl_aq_link_status
mpiireg.h
1226
u_int32_t
max_frame_size
;
member in struct:mpii_cfg_fc_port_pg0
if_bnx.c
5035
sc->
max_frame_size
= sizeof(struct l2_fhdr) + 2 + ether_mtu + 8;
5038
"
max_frame_size
= %d\n", __func__, (int)MCLBYTES,
5039
sc->mbuf_alloc_size, sc->
max_frame_size
);
/src/sys/dev/ic/
gem.c
1127
u_int
max_frame_size
;
local in function:gem_init
1166
max_frame_size
= uimax(sc->sc_ethercom.ec_if.if_mtu, ETHERMTU);
1167
max_frame_size
+= ETHER_HDR_LEN + ETHER_CRC_LEN;
1169
max_frame_size
+= ETHER_VLAN_ENCAP_LEN;
1171
max_frame_size
|/* burst size */(0x2000<<16));
Completed in 42 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025