Home
last modified time | relevance | path

Searched refs:DP_BE_INVALID_BANK_ID (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be_tx.c1467 be_soc->ipa_bank_id = DP_BE_INVALID_BANK_ID; in dp_tx_init_ipa_bank_profile()
1581 int bank_id = DP_BE_INVALID_BANK_ID; in dp_tx_get_bank_profile()
1583 int unconfigured_slot = DP_BE_INVALID_BANK_ID; in dp_tx_get_bank_profile()
1584 int zero_ref_count_slot = DP_BE_INVALID_BANK_ID; in dp_tx_get_bank_profile()
1600 if (unconfigured_slot == DP_BE_INVALID_BANK_ID && in dp_tx_get_bank_profile()
1603 else if (zero_ref_count_slot == DP_BE_INVALID_BANK_ID && in dp_tx_get_bank_profile()
1613 if (unconfigured_slot != DP_BE_INVALID_BANK_ID) { in dp_tx_get_bank_profile()
1618 if (zero_ref_count_slot != DP_BE_INVALID_BANK_ID) { in dp_tx_get_bank_profile()
1622 if (bank_id == DP_BE_INVALID_BANK_ID) { in dp_tx_get_bank_profile()
H A Ddp_be_tx.h38 #define DP_BE_INVALID_BANK_ID -1 macro
H A Ddp_be.c1475 if (be_vdev->bank_id == DP_BE_INVALID_BANK_ID) { in dp_vdev_attach_be()
2742 if (!be_vdev || be_vdev->bank_id == DP_BE_INVALID_BANK_ID) in dp_bank_reconfig_be()