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()
1097 u32 fcntl; in efx_mcdi_set_mac() local
1119 fcntl = MC_CMD_FCNTL_BIDIR; in efx_mcdi_set_mac()
1122 fcntl = MC_CMD_FCNTL_RESPOND; in efx_mcdi_set_mac()
1125 fcntl = MC_CMD_FCNTL_OFF; in efx_mcdi_set_mac()
1129 fcntl = MC_CMD_FCNTL_AUTO; in efx_mcdi_set_mac()
1131 fcntl = MC_CMD_FCNTL_OFF; in efx_mcdi_set_mac()
1133 MCDI_SET_DWORD(cmdbytes, SET_MAC_IN_FCNTL, fcntl); in efx_mcdi_set_mac()
1284 u32 flags, fcntl, speed, lpa; in efx_mcdi_process_link_change() local
1291 fcntl = EFX_QWORD_FIELD(*ev, MCDI_EVENT_LINKCHANGE_FCNTL); in efx_mcdi_process_link_change()
1298 efx_mcdi_phy_decode_link(efx, &efx->link_state, speed, flags, fcntl); in efx_mcdi_process_link_change()