Searched refs:ring_space (Results 1 – 2 of 2) sorted by relevance
221 if (ring_space(ring) < 1) in hns_nic_maybe_stop_tx()231 } else if (buf_num > ring_space(ring)) { in hns_nic_maybe_stop_tx()262 if (ring_space(ring) < buf_num) in hns_nic_maybe_stop_tso()271 } else if (ring_space(ring) < buf_num) { in hns_nic_maybe_stop_tso()1012 (ring_space(ring) >= ring->max_desc_num_per_pkt * 2))) { in hns_nic_tx_poll_one()
626 static inline u32 ring_space(struct hns3_enet_ring *ring) in ring_space() function