Searched refs:tx_mask (Results 1 – 2 of 2) sorted by relevance
42 unsigned long tx_mask; member66 if (test_bit(i, &orphan->tx_mask)) { in check_orphan_ring()70 __clear_bit(i, &orphan->tx_mask); in check_orphan_ring()86 if (!test_bit(tx_ring, &orphan->tx_mask)) { in check_orphan_ring()111 unsigned long tx_mask; in get_orphan_bundle() local130 orphan_bundle->tx_mask = 0; in get_orphan_bundle()132 tx_mask = accel_dev->hw_device->tx_rings_mask; in get_orphan_bundle()158 if (test_bit(i, &tx_mask)) in get_orphan_bundle()159 __set_bit(i, &orphan_bundle->tx_mask); in get_orphan_bundle()167 if (orphan_bundle->tx_mask || orphan_bundle->rx_mask) in get_orphan_bundle()[all …]
154 u8 tx_mask, max_nss; in mt7615_eeprom_parse_hw_cap() local160 tx_mask = FIELD_GET(MT_EE_HW_CONF1_TX_MASK, in mt7615_eeprom_parse_hw_cap()169 tx_mask = FIELD_GET(MT_EE_NIC_CONF_TX_MASK, in mt7615_eeprom_parse_hw_cap()172 if (!tx_mask || tx_mask > max_nss) in mt7615_eeprom_parse_hw_cap()173 tx_mask = max_nss; in mt7615_eeprom_parse_hw_cap()175 dev->chainmask = BIT(tx_mask) - 1; in mt7615_eeprom_parse_hw_cap()