Home
last modified time | relevance | path

Searched refs:IS_TX_CREDIT_FLOW_ENABLED (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_send.c137 (!IS_TX_CREDIT_FLOW_ENABLED(pEndpoint))) in send_packet_completion()
762 if (!IS_TX_CREDIT_FLOW_ENABLED(pEndpoint)) in htc_issue_packets()
800 if (IS_TX_CREDIT_FLOW_ENABLED(pEndpoint)) { in htc_issue_packets()
939 if (IS_TX_CREDIT_FLOW_ENABLED(pEndpoint)) { in htc_issue_packets()
1647 if (!IS_TX_CREDIT_FLOW_ENABLED(pEndpoint)) { in htc_try_send()
1661 (!IS_TX_CREDIT_FLOW_ENABLED(pEndpoint)) && in htc_try_send()
1668 if (IS_TX_CREDIT_FLOW_ENABLED(pEndpoint)) { in htc_try_send()
1772 if (!IS_TX_CREDIT_FLOW_ENABLED(pEndpoint)) { in htc_try_send()
1964 if (!IS_TX_CREDIT_FLOW_ENABLED(pEndpoint)) { in __htc_send_pkt()
2391 if (IS_TX_CREDIT_FLOW_ENABLED(pEndpoint)) { in htc_send_data_pkt()
[all …]
H A Dhtc_internal.h299 #define IS_TX_CREDIT_FLOW_ENABLED(ep) ((ep)->TxCreditFlowEnabled) macro