Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c545 if (adapter->hw.ctrl_flags & ATL1C_FPGA_VERSION) { in atl1c_change_mtu()
696 hw->ctrl_flags = ATL1C_INTR_MODRT_ENABLE | in atl1c_setup_mac_funcs()
699 hw->ctrl_flags |= ATL1C_ASPM_L0S_SUPPORT; in atl1c_setup_mac_funcs()
701 hw->ctrl_flags |= ATL1C_ASPM_L1_SUPPORT; in atl1c_setup_mac_funcs()
703 hw->ctrl_flags |= ATL1C_LINK_EXT_SYNC; in atl1c_setup_mac_funcs()
704 hw->ctrl_flags |= ATL1C_ASPM_CTRL_MON; in atl1c_setup_mac_funcs()
1132 if (hw->ctrl_flags & ATL1C_TXQ_MODE_ENHANCE) in atl1c_configure_tx()
1151 if (hw->ctrl_flags & ATL1C_RX_IPV6_CHKSUM) in atl1c_configure_rx()
1168 if (hw->ctrl_flags & ATL1C_ASPM_CTRL_MON) in atl1c_configure_rx()
1189 if (hw->ctrl_flags & ATL1C_CMB_ENABLE) in atl1c_configure_dma()
[all …]
Datl1c_hw.c428 if (hw->ctrl_flags & ATL1C_HIB_DISABLE) { in atl1c_phy_magic_data()
452 if (hw->ctrl_flags & ATL1C_HIB_DISABLE) in atl1c_phy_reset()
494 if (!(hw->ctrl_flags & ATL1C_FPGA_VERSION)) in atl1c_phy_reset()
Datl1c.h426 u16 ctrl_flags; member
/linux-3.4.99/drivers/scsi/qla4xxx/
Dql4_iocb.c389 uint16_t ctrl_flags = 0; in qla4xxx_send_passthru0() local
413 ctrl_flags |= PT_FLAG_SEND_BUFFER; in qla4xxx_send_passthru0()
431 ctrl_flags |= (PT_FLAG_ISCSI_PDU | PT_FLAG_WAIT_4_RESPONSE); in qla4xxx_send_passthru0()
432 passthru_iocb->control_flags = cpu_to_le16(ctrl_flags); in qla4xxx_send_passthru0()
/linux-3.4.99/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c1009 priv->ctrl_flags |= cpu_to_be32(MLX4_WQE_CTRL_FORCE_LOOPBACK); in mlx4_en_set_features()
1011 priv->ctrl_flags &= in mlx4_en_set_features()
1066 priv->ctrl_flags = cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE | in mlx4_en_init_netdev()
Dmlx4_en.h456 __be32 ctrl_flags; member
Den_tx.c679 tx_desc->ctrl.srcrb_flags = priv->ctrl_flags; in mlx4_en_xmit()
/linux-3.4.99/drivers/net/wireless/ath/ath6kl/
Dwmi.c1717 u8 *bssid, u16 channel, u32 ctrl_flags, in ath6kl_wmi_connect_cmd() argument
1727 bssid, channel, ctrl_flags, ssid_len, nw_type, in ath6kl_wmi_connect_cmd()
1757 cc->ctrl_flags = cpu_to_le32(ctrl_flags); in ath6kl_wmi_connect_cmd()
3016 le32_to_cpu(p->ctrl_flags), res); in ath6kl_wmi_ap_profile_commit()
Dwmi.h718 __le32 ctrl_flags; member
2397 u8 *bssid, u16 channel, u32 ctrl_flags,
/linux-3.4.99/drivers/ata/
Dsata_mv.c480 __le16 ctrl_flags; member
2043 pp->crqb[in_index].ctrl_flags = cpu_to_le16(flags); in mv_qc_prep()