Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_mac.c116 old_pdu = epp->ep_mac_pdu; in efx_mac_pdu_set()
117 epp->ep_mac_pdu = (uint32_t)pdu; in efx_mac_pdu_set()
126 epp->ep_mac_pdu = old_pdu; in efx_mac_pdu_set()
H A Def10_mac.c228 if ((rc = efx_mcdi_mtu_set(enp, epp->ep_mac_pdu)) != 0) in ef10_mac_pdu_set()
284 MCDI_IN_SET_DWORD(req, SET_MAC_IN_MTU, epp->ep_mac_pdu); in ef10_mac_reconfigure()
H A Dsiena_mac.c84 MCDI_IN_SET_DWORD(req, SET_MAC_IN_MTU, epp->ep_mac_pdu); in siena_mac_reconfigure()
H A Defx_impl.h315 uint32_t ep_mac_pdu; member