Lines Matching refs:fcntl
270 u32 speed, u32 flags, u32 fcntl) in efx_mcdi_phy_decode_link() argument
272 switch (fcntl) { in efx_mcdi_phy_decode_link()
1082 u32 fcntl; in efx_mcdi_set_mac() local
1104 fcntl = MC_CMD_FCNTL_BIDIR; in efx_mcdi_set_mac()
1107 fcntl = MC_CMD_FCNTL_RESPOND; in efx_mcdi_set_mac()
1110 fcntl = MC_CMD_FCNTL_OFF; in efx_mcdi_set_mac()
1114 fcntl = MC_CMD_FCNTL_AUTO; in efx_mcdi_set_mac()
1116 fcntl = MC_CMD_FCNTL_OFF; in efx_mcdi_set_mac()
1118 MCDI_SET_DWORD(cmdbytes, SET_MAC_IN_FCNTL, fcntl); in efx_mcdi_set_mac()
1269 u32 flags, fcntl, speed, lpa; in efx_mcdi_process_link_change() local
1276 fcntl = EFX_QWORD_FIELD(*ev, MCDI_EVENT_LINKCHANGE_FCNTL); in efx_mcdi_process_link_change()
1283 efx_mcdi_phy_decode_link(efx, &efx->link_state, speed, flags, fcntl); in efx_mcdi_process_link_change()