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

/drivers/scsi/qla4xxx/
H A Dql4_iocb.c389 uint16_t ctrl_flags = 0; local
413 ctrl_flags |= PT_FLAG_SEND_BUFFER;
431 ctrl_flags |= (PT_FLAG_ISCSI_PDU | PT_FLAG_WAIT_4_RESPONSE);
432 passthru_iocb->control_flags = cpu_to_le16(ctrl_flags);
/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c546 if (adapter->hw.ctrl_flags & ATL1C_FPGA_VERSION) {
697 hw->ctrl_flags = ATL1C_INTR_MODRT_ENABLE |
700 hw->ctrl_flags |= ATL1C_ASPM_L0S_SUPPORT;
702 hw->ctrl_flags |= ATL1C_ASPM_L1_SUPPORT;
704 hw->ctrl_flags |= ATL1C_LINK_EXT_SYNC;
705 hw->ctrl_flags |= ATL1C_ASPM_CTRL_MON;
1133 if (hw->ctrl_flags & ATL1C_TXQ_MODE_ENHANCE)
1152 if (hw->ctrl_flags & ATL1C_RX_IPV6_CHKSUM)
1169 if (hw->ctrl_flags & ATL1C_ASPM_CTRL_MON)
1190 if (hw->ctrl_flags
[all...]
H A Datl1c_hw.c428 if (hw->ctrl_flags & ATL1C_HIB_DISABLE) {
452 if (hw->ctrl_flags & ATL1C_HIB_DISABLE)
494 if (!(hw->ctrl_flags & ATL1C_FPGA_VERSION))
H A Datl1c.h426 u16 ctrl_flags; member in struct:atl1c_hw
/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c1013 priv->ctrl_flags |= cpu_to_be32(MLX4_WQE_CTRL_FORCE_LOOPBACK);
1015 priv->ctrl_flags &=
1070 priv->ctrl_flags = cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE |
H A Dmlx4_en.h457 __be32 ctrl_flags; member in struct:mlx4_en_priv
H A Den_tx.c679 tx_desc->ctrl.srcrb_flags = priv->ctrl_flags;
/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c1717 u8 *bssid, u16 channel, u32 ctrl_flags,
1727 bssid, channel, ctrl_flags, ssid_len, nw_type,
1757 cc->ctrl_flags = cpu_to_le32(ctrl_flags);
3014 "ctrl_flags=0x%x-> res=%d\n",
3016 le32_to_cpu(p->ctrl_flags), res);
1709 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.h718 __le32 ctrl_flags; member in struct:wmi_connect_cmd
2397 u8 *bssid, u16 channel, u32 ctrl_flags,
/drivers/ata/
H A Dsata_mv.c480 __le16 ctrl_flags; member in struct:mv_crqb
2043 pp->crqb[in_index].ctrl_flags = cpu_to_le16(flags);

Completed in 9011 milliseconds