Lines Matching refs:fcntl
283 u32 speed, u32 flags, u32 fcntl) in efx_mcdi_phy_decode_link() argument
285 switch (fcntl) { in efx_mcdi_phy_decode_link()
1095 u32 fcntl; in efx_mcdi_set_mac() local
1117 fcntl = MC_CMD_FCNTL_BIDIR; in efx_mcdi_set_mac()
1120 fcntl = MC_CMD_FCNTL_RESPOND; in efx_mcdi_set_mac()
1123 fcntl = MC_CMD_FCNTL_OFF; in efx_mcdi_set_mac()
1127 fcntl = MC_CMD_FCNTL_AUTO; in efx_mcdi_set_mac()
1129 fcntl = MC_CMD_FCNTL_OFF; in efx_mcdi_set_mac()
1131 MCDI_SET_DWORD(cmdbytes, SET_MAC_IN_FCNTL, fcntl); in efx_mcdi_set_mac()
1282 u32 flags, fcntl, speed, lpa; in efx_mcdi_process_link_change() local
1289 fcntl = EFX_QWORD_FIELD(*ev, MCDI_EVENT_LINKCHANGE_FCNTL); in efx_mcdi_process_link_change()
1296 efx_mcdi_phy_decode_link(efx, &efx->link_state, speed, flags, fcntl); in efx_mcdi_process_link_change()