Lines Matching refs:fcntl
285 u32 speed, u32 flags, u32 fcntl) in efx_mcdi_phy_decode_link() argument
287 switch (fcntl) { in efx_mcdi_phy_decode_link()
1100 u32 fcntl; in efx_mcdi_set_mac() local
1122 fcntl = MC_CMD_FCNTL_BIDIR; in efx_mcdi_set_mac()
1125 fcntl = MC_CMD_FCNTL_RESPOND; in efx_mcdi_set_mac()
1128 fcntl = MC_CMD_FCNTL_OFF; in efx_mcdi_set_mac()
1132 fcntl = MC_CMD_FCNTL_AUTO; in efx_mcdi_set_mac()
1134 fcntl = MC_CMD_FCNTL_OFF; in efx_mcdi_set_mac()
1136 MCDI_SET_DWORD(cmdbytes, SET_MAC_IN_FCNTL, fcntl); in efx_mcdi_set_mac()
1287 u32 flags, fcntl, speed, lpa; in efx_mcdi_process_link_change() local
1294 fcntl = EFX_QWORD_FIELD(*ev, MCDI_EVENT_LINKCHANGE_FCNTL); in efx_mcdi_process_link_change()
1301 efx_mcdi_phy_decode_link(efx, &efx->link_state, speed, flags, fcntl); in efx_mcdi_process_link_change()