Searched refs:TX_STOP_THRESH (Results 1 – 2 of 2) sorted by relevance
691 if (unlikely(qlcnic_tx_avail(tx_ring) <= TX_STOP_THRESH)) { in qlcnic_xmit_frame() 693 if (qlcnic_tx_avail(tx_ring) > TX_STOP_THRESH) { in qlcnic_xmit_frame() 931 if (qlcnic_tx_avail(tx_ring) > TX_STOP_THRESH) { in qlcnic_process_cmd_ring()
162 #define TX_STOP_THRESH ((MAX_SKB_FRAGS >> 2) + MAX_TSO_HEADER_DESC \ macro