Searched refs:fcntl (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/sfc/ |
D | mcdi_port_common.c | 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 [all …]
|
D | mcdi_port_common.h | 43 u32 speed, u32 flags, u32 fcntl);
|
/drivers/staging/media/av7110/ |
D | audio-fopen.rst | 71 of the fcntl system call. This is a standard system call, documented in 72 the Linux manual page for fcntl. Only one user can open the Audio Device
|
D | video-fopen.rst | 72 using the F_SETFL command of the fcntl system call. This is a standard 73 system call, documented in the Linux manual page for fcntl. Only one
|