Home
last modified time | relevance | path

Searched refs:spare (Results 1 – 20 of 20) sorted by relevance

/wlan-driver/fw-api/hw/qcc2072/v1/
H A Dphyrx_other_receive_info_ru_details.h27 uint32_t spare : 32; member
31 uint32_t spare : 32;
/wlan-driver/fw-api/hw/peach/v2/
H A Dphyrx_other_receive_info_ru_details.h27 uint32_t spare : 32; member
31 uint32_t spare : 32;
/wlan-driver/fw-api/hw/wcn7750/v1/
H A Dphyrx_other_receive_info_ru_details.h27 uint32_t spare : 32; member
31 uint32_t spare : 32;
/wlan-driver/fw-api/hw/peach/v1/
H A Dphyrx_other_receive_info_ru_details.h27 uint32_t spare : 32; member
31 uint32_t spare : 32;
/wlan-driver/fw-api/hw/qcn9224/v1/
H A Dphyrx_other_receive_info_ru_details.h40 uint32_t spare : 32; member
45 uint32_t spare : 32;
/wlan-driver/fw-api/hw/qca5424/
H A Dphyrx_other_receive_info_ru_details.h33 uint32_t spare : 32; member
38 uint32_t spare : 32;
/wlan-driver/fw-api/hw/qcn6432/
H A Dphyrx_other_receive_info_ru_details.h31 uint32_t spare : 32; // [31:0] member
36 uint32_t spare : 32; // [31:0]
/wlan-driver/fw-api/hw/qca5332/
H A Dphyrx_other_receive_info_ru_details.h40 uint32_t spare : 32; // [31:0] member
45 uint32_t spare : 32; // [31:0]
/wlan-driver/fw-api/hw/kiwi/v2/
H A Dphyrx_other_receive_info_ru_details.h35 uint32_t spare : 32; member
40 uint32_t spare : 32;
/wlan-driver/fw-api/hw/qcn9224/v2/
H A Dphyrx_other_receive_info_ru_details.h40 uint32_t spare : 32; member
45 uint32_t spare : 32;
/wlan-driver/fw-api/hw/qca6290/11ax/v2/
H A Dphyrx_other_receive_info_ru_details.h39 uint32_t spare : 32; //[31:0] member
/wlan-driver/fw-api/hw/wcn6450/v1/
H A Dphyrx_other_receive_info_ru_details.h32 uint32_t spare : 32; member
/wlan-driver/fw-api/hw/qca6290/11ax/v1/
H A Dphyrx_other_receive_info_ru_details.h39 uint32_t spare : 32; //[31:0] member
/wlan-driver/fw-api/hw/qca6290/v2/
H A Dphyrx_other_receive_info_ru_details.h39 uint32_t spare : 32; //[31:0] member
/wlan-driver/fw-api/hw/qca6290/v1/
H A Dphyrx_other_receive_info_ru_details.h39 uint32_t spare : 32; //[31:0] member
/wlan-driver/fw-api/hw/qca6490/v1/
H A Dphyrx_other_receive_info_ru_details.h44 uint32_t spare : 32; //[31:0] member
/wlan-driver/fw-api/hw/qca6390/v1/
H A Dphyrx_other_receive_info_ru_details.h39 uint32_t spare : 32; //[31:0] member
/wlan-driver/fw-api/hw/qca6750/v1/
H A Dphyrx_other_receive_info_ru_details.h44 uint32_t spare : 32; //[31:0] member
/wlan-driver/fw-api/hw/kiwi/v1/
H A Dphyrx_other_receive_info_ru_details.h43 uint32_t spare : 32; member
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_queue.c1855 u32 spare = credit_oth_grp - other_grp->frm_count; in ol_tx_txq_group_credit_limit() local
1858 if (spare > pdev->min_reserve) in ol_tx_txq_group_credit_limit()
1859 spare -= pdev->min_reserve; in ol_tx_txq_group_credit_limit()
1861 spare = 0; in ol_tx_txq_group_credit_limit()
1863 updated_credit += min(spare, ask); in ol_tx_txq_group_credit_limit()