Home
last modified time | relevance | path

Searched refs:ep_mac_pdu (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/sfxge/common/
Defx_mac.c118 old_pdu = epp->ep_mac_pdu; in efx_mac_pdu_set()
119 epp->ep_mac_pdu = (uint32_t)pdu; in efx_mac_pdu_set()
128 epp->ep_mac_pdu = old_pdu; in efx_mac_pdu_set()
Def10_mac.c255 if ((rc = efx_mcdi_mtu_set(enp, epp->ep_mac_pdu)) != 0) in ef10_mac_pdu_set()
311 MCDI_IN_SET_DWORD(req, SET_MAC_IN_MTU, epp->ep_mac_pdu); in ef10_mac_reconfigure()
Dsiena_mac.c113 MCDI_IN_SET_DWORD(req, SET_MAC_IN_MTU, epp->ep_mac_pdu); in siena_mac_reconfigure()
Defx_impl.h262 uint32_t ep_mac_pdu; member