Searched refs:tail_off (Results 1 – 1 of 1) sorted by relevance
990 uint16_t sqb_cnt, head_off, tail_off; in nix_txq_flush_sq_spin() local1024 tail_off = (val >> 28) & 0x3F; in nix_txq_flush_sq_spin()1027 if (sqb_cnt <= 1 && head_off == tail_off && in nix_txq_flush_sq_spin()1770 uint16_t sqb_cnt, head_off, tail_off; in nix_xmit_disable() local1846 tail_off = (val >> 28) & 0x3F; in nix_xmit_disable()1848 if (sqb_cnt > 1 || head_off != tail_off || in nix_xmit_disable()