Home
last modified time | relevance | path

Searched refs:ctrl_flags (Results 1 – 13 of 13) sorted by relevance

/drivers/scsi/qla4xxx/
Dql4_iocb.c401 uint16_t ctrl_flags = 0; in qla4xxx_send_passthru0() local
425 ctrl_flags |= PT_FLAG_SEND_BUFFER; in qla4xxx_send_passthru0()
443 ctrl_flags |= (PT_FLAG_ISCSI_PDU | PT_FLAG_WAIT_4_RESPONSE); in qla4xxx_send_passthru0()
444 passthru_iocb->control_flags = cpu_to_le16(ctrl_flags); in qla4xxx_send_passthru0()
/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c690 hw->ctrl_flags = ATL1C_INTR_MODRT_ENABLE | in atl1c_setup_mac_funcs()
692 hw->ctrl_flags |= ATL1C_ASPM_L0S_SUPPORT | in atl1c_setup_mac_funcs()
694 hw->ctrl_flags |= ATL1C_ASPM_CTRL_MON; in atl1c_setup_mac_funcs()
1143 if (hw->ctrl_flags & ATL1C_RX_IPV6_CHKSUM) in atl1c_configure_rx()
1287 u16 ctrl_flags = hw->ctrl_flags; in atl1c_disable_l0s_l1() local
1289 hw->ctrl_flags &= ~(ATL1C_ASPM_L0S_SUPPORT | ATL1C_ASPM_L1_SUPPORT); in atl1c_disable_l0s_l1()
1291 hw->ctrl_flags = ctrl_flags; in atl1c_disable_l0s_l1()
1325 if ((hw->ctrl_flags & ATL1C_ASPM_L0S_SUPPORT) && link_speed != SPEED_0) in atl1c_set_aspm()
1327 if (hw->ctrl_flags & ATL1C_ASPM_L1_SUPPORT) in atl1c_set_aspm()
1397 if (hw->ctrl_flags & ATL1C_CLK_GATING_EN) { in atl1c_configure_mac()
[all …]
Datl1c_hw.c280 if (!(hw->ctrl_flags & ATL1C_FPGA_VERSION)) in atl1c_stop_phy_polling()
291 if (!(hw->ctrl_flags & ATL1C_FPGA_VERSION)) in atl1c_start_phy_polling()
523 if (!(hw->ctrl_flags & ATL1C_HIB_DISABLE)) in atl1c_phy_reset()
549 if (!(hw->ctrl_flags & ATL1C_HIB_DISABLE)) { in atl1c_phy_reset()
Datl1c.h406 u16 ctrl_flags; member
/drivers/net/wireless/iwlwifi/mvm/
Dfw-api-sta.h376 __le32 ctrl_flags; member
Dsta.c1150 igtk_cmd.ctrl_flags |= cpu_to_le32(STA_KEY_NOT_VALID); in iwl_mvm_send_sta_igtk()
/drivers/net/wireless/ath/wil6210/
Dwmi.h208 __le32 ctrl_flags; member
/drivers/net/wireless/ath/ath6kl/
Dwmi.c1851 u8 *bssid, u16 channel, u32 ctrl_flags, in ath6kl_wmi_connect_cmd() argument
1861 bssid, channel, ctrl_flags, ssid_len, nw_type, in ath6kl_wmi_connect_cmd()
1891 cc->ctrl_flags = cpu_to_le32(ctrl_flags); in ath6kl_wmi_connect_cmd()
3398 le32_to_cpu(p->ctrl_flags), res); in ath6kl_wmi_ap_profile_commit()
Dwmi.h747 __le32 ctrl_flags; member
2563 u8 *bssid, u16 channel, u32 ctrl_flags,
/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_en.h560 __be32 ctrl_flags; member
Den_netdev.c2199 priv->ctrl_flags |= cpu_to_be32(MLX4_WQE_CTRL_FORCE_LOOPBACK); in mlx4_en_set_features()
2201 priv->ctrl_flags &= in mlx4_en_set_features()
2472 priv->ctrl_flags = cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE | in mlx4_en_init_netdev()
Den_tx.c846 tx_desc->ctrl.srcrb_flags = priv->ctrl_flags; in mlx4_en_xmit()
/drivers/ata/
Dsata_mv.c485 __le16 ctrl_flags; member
2075 pp->crqb[in_index].ctrl_flags = cpu_to_le16(flags); in mv_qc_prep()