Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.c3176 buf_alloc->s_buf.buf_size = shared_buf; in hns3_is_rx_buf_ok()
3179 buf_alloc->s_buf.self.low = buf_alloc->s_buf.self.high in hns3_is_rx_buf_ok()
3183 buf_alloc->s_buf.self.high = in hns3_is_rx_buf_ok()
3185 buf_alloc->s_buf.self.low = aligned_mps; in hns3_is_rx_buf_ok()
3207 buf_alloc->s_buf.tc_thrd[i].low = lo_thrd; in hns3_is_rx_buf_ok()
3208 buf_alloc->s_buf.tc_thrd[i].high = hi_thrd; in hns3_is_rx_buf_ok()
3379 buf_alloc->s_buf.buf_size = 0; in hns3_only_alloc_priv_buff()
3461 buf_size = buf_alloc->s_buf.buf_size; in hns3_rx_priv_buf_alloc()
3521 struct hns3_shared_buf *s_buf = &buf_alloc->s_buf; in hns3_common_thrd_config() local
3542 tc = &s_buf->tc_thrd[tc_idx]; in hns3_common_thrd_config()
[all …]
H A Dhns3_cmd.h394 struct hns3_shared_buf s_buf; member