Searched refs:ctrl_flags (Results 1 - 14 of 14) sorted by relevance

/linux-4.1.27/drivers/scsi/qla4xxx/
H A Dql4_iocb.c391 uint16_t ctrl_flags = 0; qla4xxx_send_passthru0() local
415 ctrl_flags |= PT_FLAG_SEND_BUFFER; qla4xxx_send_passthru0()
433 ctrl_flags |= (PT_FLAG_ISCSI_PDU | PT_FLAG_WAIT_4_RESPONSE); qla4xxx_send_passthru0()
434 passthru_iocb->control_flags = cpu_to_le16(ctrl_flags); qla4xxx_send_passthru0()
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c280 if (!(hw->ctrl_flags & ATL1C_FPGA_VERSION)) atl1c_stop_phy_polling()
291 if (!(hw->ctrl_flags & ATL1C_FPGA_VERSION)) atl1c_start_phy_polling()
523 if (!(hw->ctrl_flags & ATL1C_HIB_DISABLE)) atl1c_phy_reset()
549 if (!(hw->ctrl_flags & ATL1C_HIB_DISABLE)) { atl1c_phy_reset()
H A Datl1c_main.c690 hw->ctrl_flags = ATL1C_INTR_MODRT_ENABLE | atl1c_setup_mac_funcs()
692 hw->ctrl_flags |= ATL1C_ASPM_L0S_SUPPORT | atl1c_setup_mac_funcs()
694 hw->ctrl_flags |= ATL1C_ASPM_CTRL_MON; atl1c_setup_mac_funcs()
1143 if (hw->ctrl_flags & ATL1C_RX_IPV6_CHKSUM) atl1c_configure_rx()
1287 u16 ctrl_flags = hw->ctrl_flags; atl1c_disable_l0s_l1() local
1289 hw->ctrl_flags &= ~(ATL1C_ASPM_L0S_SUPPORT | ATL1C_ASPM_L1_SUPPORT); atl1c_disable_l0s_l1()
1291 hw->ctrl_flags = ctrl_flags; atl1c_disable_l0s_l1()
1325 if ((hw->ctrl_flags & ATL1C_ASPM_L0S_SUPPORT) && link_speed != SPEED_0) atl1c_set_aspm()
1327 if (hw->ctrl_flags & ATL1C_ASPM_L1_SUPPORT) atl1c_set_aspm()
1397 if (hw->ctrl_flags & ATL1C_CLK_GATING_EN) { atl1c_configure_mac()
1409 if (hw->ctrl_flags & ATL1C_INTR_MODRT_ENABLE) { atl1c_configure_mac()
1419 if (hw->ctrl_flags & ATL1C_INTR_CLEAR_ON_READ) atl1c_configure_mac()
H A Datl1c.h406 u16 ctrl_flags; member in struct:atl1c_hw
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
H A Den_main.c107 priv->ctrl_flags |= cpu_to_be32(MLX4_WQE_CTRL_FORCE_LOOPBACK); mlx4_en_update_loopback_state()
109 priv->ctrl_flags &= cpu_to_be32(~MLX4_WQE_CTRL_FORCE_LOOPBACK); mlx4_en_update_loopback_state()
H A Dmlx4_en.h543 __be32 ctrl_flags; member in struct:mlx4_en_priv
H A Den_tx.c853 tx_desc->ctrl.srcrb_flags = priv->ctrl_flags; mlx4_en_xmit()
H A Den_netdev.c2801 priv->ctrl_flags = cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE | mlx4_en_init_netdev()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
H A Dfw-api-sta.h367 * @ctrl_flags: %iwl_sta_key_flag
376 __le32 ctrl_flags; member in struct:iwl_mvm_mgmt_mcast_key_cmd
H A Dsta.c1274 igtk_cmd.ctrl_flags |= cpu_to_le32(STA_KEY_NOT_VALID); iwl_mvm_send_sta_igtk()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
H A Dwmi.h214 __le32 ctrl_flags; member in struct:wmi_connect_cmd
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c1851 u8 *bssid, u16 channel, u32 ctrl_flags, ath6kl_wmi_connect_cmd()
1861 bssid, channel, ctrl_flags, ssid_len, nw_type, ath6kl_wmi_connect_cmd()
1891 cc->ctrl_flags = cpu_to_le32(ctrl_flags); ath6kl_wmi_connect_cmd()
3396 "%s: nw_type=%u auth_mode=%u ch=%u ctrl_flags=0x%x-> res=%d\n", ath6kl_wmi_ap_profile_commit()
3398 le32_to_cpu(p->ctrl_flags), res); ath6kl_wmi_ap_profile_commit()
1843 ath6kl_wmi_connect_cmd(struct wmi *wmi, u8 if_idx, enum network_type nw_type, enum dot11_auth_mode dot11_auth_mode, enum auth_mode auth_mode, enum crypto_type pairwise_crypto, u8 pairwise_crypto_len, enum crypto_type group_crypto, u8 group_crypto_len, int ssid_len, u8 *ssid, u8 *bssid, u16 channel, u32 ctrl_flags, u8 nw_subtype) ath6kl_wmi_connect_cmd() argument
H A Dwmi.h747 __le32 ctrl_flags; member in struct:wmi_connect_cmd
2563 u8 *bssid, u16 channel, u32 ctrl_flags,
/linux-4.1.27/drivers/ata/
H A Dsata_mv.c490 __le16 ctrl_flags; member in struct:mv_crqb
2087 pp->crqb[in_index].ctrl_flags = cpu_to_le16(flags); mv_qc_prep()

Completed in 450 milliseconds