Home
last modified time | relevance | path

Searched refs:cap_flags (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2x00debug.c81 struct dentry *cap_flags; member
573 size = sprintf(line, "0x%.8x\n", (unsigned int)intf->rt2x00dev->cap_flags); in rt2x00debug_read_cap_flags()
689 intf->cap_flags = debugfs_create_file("cap_flags", S_IRUSR, in rt2x00debug_register()
692 if (IS_ERR(intf->cap_flags) || !intf->cap_flags) in rt2x00debug_register()
791 debugfs_remove(intf->cap_flags); in rt2x00debug_deregister()
Drt2x00lib.h408 if (test_bit(CAPABILITY_HW_BUTTON, &rt2x00dev->cap_flags)) in rt2x00rfkill_register()
414 if (test_bit(CAPABILITY_HW_BUTTON, &rt2x00dev->cap_flags)) in rt2x00rfkill_unregister()
Drt73usb.c1897 __set_bit(CAPABILITY_FRAME_TYPE, &rt2x00dev->cap_flags); in rt73usb_init_eeprom()
1903 __set_bit(CAPABILITY_HW_BUTTON, &rt2x00dev->cap_flags); in rt73usb_init_eeprom()
1917 __set_bit(CAPABILITY_EXTERNAL_LNA_A, &rt2x00dev->cap_flags); in rt73usb_init_eeprom()
1918 __set_bit(CAPABILITY_EXTERNAL_LNA_BG, &rt2x00dev->cap_flags); in rt73usb_init_eeprom()
2207 __set_bit(CAPABILITY_CONTROL_FILTERS, &rt2x00dev->cap_flags); in rt73usb_probe_hw()
2212 __set_bit(REQUIRE_FIRMWARE, &rt2x00dev->cap_flags); in rt73usb_probe_hw()
2214 __set_bit(CAPABILITY_HW_CRYPTO, &rt2x00dev->cap_flags); in rt73usb_probe_hw()
2215 __set_bit(CAPABILITY_LINK_TUNING, &rt2x00dev->cap_flags); in rt73usb_probe_hw()
2216 __set_bit(REQUIRE_PS_AUTOWAKE, &rt2x00dev->cap_flags); in rt73usb_probe_hw()
Drt2500usb.c1516 __set_bit(CAPABILITY_HW_BUTTON, &rt2x00dev->cap_flags); in rt2500usb_init_eeprom()
1800 __set_bit(REQUIRE_ATIM_QUEUE, &rt2x00dev->cap_flags); in rt2500usb_probe_hw()
1801 __set_bit(REQUIRE_BEACON_GUARD, &rt2x00dev->cap_flags); in rt2500usb_probe_hw()
1803 __set_bit(CAPABILITY_HW_CRYPTO, &rt2x00dev->cap_flags); in rt2500usb_probe_hw()
1804 __set_bit(REQUIRE_COPY_IV, &rt2x00dev->cap_flags); in rt2500usb_probe_hw()
1806 __set_bit(REQUIRE_SW_SEQNO, &rt2x00dev->cap_flags); in rt2500usb_probe_hw()
1807 __set_bit(REQUIRE_PS_AUTOWAKE, &rt2x00dev->cap_flags); in rt2500usb_probe_hw()
Drt61pci.c2529 __set_bit(CAPABILITY_DOUBLE_ANTENNA, &rt2x00dev->cap_flags); in rt61pci_init_eeprom()
2543 __set_bit(CAPABILITY_FRAME_TYPE, &rt2x00dev->cap_flags); in rt61pci_init_eeprom()
2549 __set_bit(CAPABILITY_HW_BUTTON, &rt2x00dev->cap_flags); in rt61pci_init_eeprom()
2556 __set_bit(CAPABILITY_RF_SEQUENCE, &rt2x00dev->cap_flags); in rt61pci_init_eeprom()
2566 __set_bit(CAPABILITY_EXTERNAL_LNA_A, &rt2x00dev->cap_flags); in rt61pci_init_eeprom()
2568 __set_bit(CAPABILITY_EXTERNAL_LNA_BG, &rt2x00dev->cap_flags); in rt61pci_init_eeprom()
2870 __set_bit(CAPABILITY_CONTROL_FILTERS, &rt2x00dev->cap_flags); in rt61pci_probe_hw()
2875 __set_bit(REQUIRE_FIRMWARE, &rt2x00dev->cap_flags); in rt61pci_probe_hw()
2876 __set_bit(REQUIRE_DMA, &rt2x00dev->cap_flags); in rt61pci_probe_hw()
2878 __set_bit(CAPABILITY_HW_CRYPTO, &rt2x00dev->cap_flags); in rt61pci_probe_hw()
[all …]
Drt2500pci.c1683 __set_bit(CAPABILITY_HW_BUTTON, &rt2x00dev->cap_flags); in rt2500pci_init_eeprom()
1687 __set_bit(REQUIRE_DELAYED_RFKILL, &rt2x00dev->cap_flags); in rt2500pci_init_eeprom()
1695 __set_bit(CAPABILITY_LINK_TUNING, &rt2x00dev->cap_flags); in rt2500pci_init_eeprom()
1973 __set_bit(REQUIRE_ATIM_QUEUE, &rt2x00dev->cap_flags); in rt2500pci_probe_hw()
1974 __set_bit(REQUIRE_DMA, &rt2x00dev->cap_flags); in rt2500pci_probe_hw()
1975 __set_bit(REQUIRE_SW_SEQNO, &rt2x00dev->cap_flags); in rt2500pci_probe_hw()
Drt2400pci.c1535 __set_bit(CAPABILITY_HW_BUTTON, &rt2x00dev->cap_flags); in rt2400pci_init_eeprom()
1541 __set_bit(CAPABILITY_LINK_TUNING, &rt2x00dev->cap_flags); in rt2400pci_init_eeprom()
1648 __set_bit(REQUIRE_ATIM_QUEUE, &rt2x00dev->cap_flags); in rt2400pci_probe_hw()
1649 __set_bit(REQUIRE_DMA, &rt2x00dev->cap_flags); in rt2400pci_probe_hw()
1650 __set_bit(REQUIRE_SW_SEQNO, &rt2x00dev->cap_flags); in rt2400pci_probe_hw()
Drt2x00.h789 unsigned long cap_flags; member
1182 return test_bit(cap_flag, &rt2x00dev->cap_flags); in rt2x00_has_cap_flag()
Drt2800lib.c7141 __set_bit(CAPABILITY_EXTERNAL_LNA_A, &rt2x00dev->cap_flags); in rt2800_init_eeprom()
7143 __set_bit(CAPABILITY_EXTERNAL_LNA_BG, &rt2x00dev->cap_flags); in rt2800_init_eeprom()
7149 __set_bit(CAPABILITY_HW_BUTTON, &rt2x00dev->cap_flags); in rt2800_init_eeprom()
7155 __set_bit(CAPABILITY_BT_COEXIST, &rt2x00dev->cap_flags); in rt2800_init_eeprom()
7181 __set_bit(CAPABILITY_POWER_LIMIT, &rt2x00dev->cap_flags); in rt2800_init_eeprom()
7674 __set_bit(CAPABILITY_VCO_RECALIBRATION, &rt2x00dev->cap_flags); in rt2800_probe_hw_mode()
7760 __set_bit(CAPABILITY_CONTROL_FILTERS, &rt2x00dev->cap_flags); in rt2800_probe_hw()
7761 __set_bit(CAPABILITY_CONTROL_FILTER_PSPOLL, &rt2x00dev->cap_flags); in rt2800_probe_hw()
7763 __set_bit(CAPABILITY_PRE_TBTT_INTERRUPT, &rt2x00dev->cap_flags); in rt2800_probe_hw()
7769 __set_bit(REQUIRE_FIRMWARE, &rt2x00dev->cap_flags); in rt2800_probe_hw()
[all …]
Drt2800usb.c296 __clear_bit(REQUIRE_FIRMWARE, &rt2x00dev->cap_flags); in rt2800usb_write_firmware()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_cmds.h1680 u32 cap_flags; member
1687 u32 cap_flags; member
2133 u32 cap_flags; member
2234 u32 cap_flags; member
2271 u32 cap_flags; member
2283 int be_cmd_if_create(struct be_adapter *adapter, u32 cap_flags, u32 en_flags,
Dbe_cmds.c1472 int be_cmd_if_create(struct be_adapter *adapter, u32 cap_flags, u32 en_flags, in be_cmd_if_create() argument
1484 req->capability_flags = cpu_to_le32(cap_flags); in be_cmd_if_create()
2934 req->cap_flags = cpu_to_le32(CAPABILITY_BE3_NATIVE_ERX_API); in be_cmd_req_native_mode()
2940 adapter->be3_native = le32_to_cpu(resp->cap_flags) & in be_cmd_req_native_mode()
3667 res->if_cap_flags = le32_to_cpu(desc->cap_flags) & in be_copy_nic_desc()
3798 res->vf_if_cap_flags = vf_res->cap_flags; in be_cmd_get_profile_config()
3946 nic_vft->cap_flags = cpu_to_le32(vf_if_cap_flags); in be_fill_vf_res_template()
Dbe_main.c3857 u32 cap_flags, en_flags, vf; in be_vfs_if_create() local
3862 cap_flags = BE_IF_FLAGS_UNTAGGED | BE_IF_FLAGS_BROADCAST | in be_vfs_if_create()
3871 cap_flags = res.if_cap_flags; in be_vfs_if_create()
3875 cap_flags &= ~BE_IF_FLAGS_VLAN_PROMISCUOUS; in be_vfs_if_create()
3879 en_flags = cap_flags & (BE_IF_FLAGS_UNTAGGED | in be_vfs_if_create()
3883 status = be_cmd_if_create(adapter, cap_flags, en_flags, in be_vfs_if_create()
/linux-4.4.14/drivers/infiniband/hw/ocrdma/
Docrdma.h420 int cap_flags; member
Docrdma_hw.c2172 if (qp->cap_flags & OCRDMA_QP_INB_RD) in ocrdma_set_create_qp_mbx_access_flags()
2174 if (qp->cap_flags & OCRDMA_QP_INB_WR) in ocrdma_set_create_qp_mbx_access_flags()
2176 if (qp->cap_flags & OCRDMA_QP_MW_BIND) in ocrdma_set_create_qp_mbx_access_flags()
2178 if (qp->cap_flags & OCRDMA_QP_LKEY0) in ocrdma_set_create_qp_mbx_access_flags()
2180 if (qp->cap_flags & OCRDMA_QP_FAST_REG) in ocrdma_set_create_qp_mbx_access_flags()
Docrdma_verbs.c1389 qp->cap_flags = OCRDMA_QP_INB_RD | OCRDMA_QP_INB_WR; in ocrdma_set_qp_init_params()
1434 qp->cap_flags |= (OCRDMA_QP_MW_BIND | OCRDMA_QP_LKEY0 | in ocrdma_create_qp()
1600 qp_attr->qp_access_flags = ocrdma_to_ib_qp_acc_flags(qp->cap_flags); in ocrdma_query_qp()