Searched defs:ctrl_flags (Results 1 - 9 of 9) sorted by path

/drivers/ata/
H A Dsata_mv.c485 __le16 ctrl_flags; member in struct:mv_crqb
2075 pp->crqb[in_index].ctrl_flags = cpu_to_le16(flags);
/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h406 u16 ctrl_flags; member in struct:atl1c_hw
H A Datl1c_main.c690 hw->ctrl_flags = ATL1C_INTR_MODRT_ENABLE |
692 hw->ctrl_flags |= ATL1C_ASPM_L0S_SUPPORT |
694 hw->ctrl_flags |= ATL1C_ASPM_CTRL_MON;
1144 if (hw->ctrl_flags & ATL1C_RX_IPV6_CHKSUM)
1288 u16 ctrl_flags = hw->ctrl_flags; local
1290 hw->ctrl_flags &= ~(ATL1C_ASPM_L0S_SUPPORT | ATL1C_ASPM_L1_SUPPORT);
1292 hw->ctrl_flags = ctrl_flags;
1326 if ((hw->ctrl_flags
[all...]
/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h559 __be32 ctrl_flags; member in struct:mlx4_en_priv
/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c1851 u8 *bssid, u16 channel, u32 ctrl_flags,
1861 bssid, channel, ctrl_flags, ssid_len, nw_type,
1891 cc->ctrl_flags = cpu_to_le32(ctrl_flags);
3396 "%s: nw_type=%u auth_mode=%u ch=%u ctrl_flags=0x%x-> res=%d\n",
3398 le32_to_cpu(p->ctrl_flags), res);
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) argument
H A Dwmi.h747 __le32 ctrl_flags; member in struct:wmi_connect_cmd
2563 u8 *bssid, u16 channel, u32 ctrl_flags,
/drivers/net/wireless/ath/wil6210/
H A Dwmi.h208 __le32 ctrl_flags; member in struct:wmi_connect_cmd
/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
/drivers/scsi/qla4xxx/
H A Dql4_iocb.c401 uint16_t ctrl_flags = 0; local
425 ctrl_flags |= PT_FLAG_SEND_BUFFER;
443 ctrl_flags |= (PT_FLAG_ISCSI_PDU | PT_FLAG_WAIT_4_RESPONSE);
444 passthru_iocb->control_flags = cpu_to_le16(ctrl_flags);

Completed in 221 milliseconds