Lines Matching refs:s_buf
2034 buf_alloc->s_buf.buf_size = shared_buf; in hclge_is_rx_buf_ok()
2036 buf_alloc->s_buf.self.high = shared_buf - hdev->dv_buf_size; in hclge_is_rx_buf_ok()
2037 buf_alloc->s_buf.self.low = buf_alloc->s_buf.self.high in hclge_is_rx_buf_ok()
2041 buf_alloc->s_buf.self.high = aligned_mps + in hclge_is_rx_buf_ok()
2043 buf_alloc->s_buf.self.low = aligned_mps; in hclge_is_rx_buf_ok()
2065 buf_alloc->s_buf.tc_thrd[i].low = lo_thrd; in hclge_is_rx_buf_ok()
2066 buf_alloc->s_buf.tc_thrd[i].high = hi_thrd; in hclge_is_rx_buf_ok()
2237 buf_alloc->s_buf.buf_size = 0; in hclge_only_alloc_priv_buff()
2302 cpu_to_le16((buf_alloc->s_buf.buf_size >> HCLGE_BUF_UNIT_S) | in hclge_rx_priv_buf_alloc()
2360 struct hclge_shared_buf *s_buf = &buf_alloc->s_buf; in hclge_common_thrd_config() local
2379 tc = &s_buf->tc_thrd[i * HCLGE_TC_NUM_ONE_DESC + j]; in hclge_common_thrd_config()
2403 struct hclge_shared_buf *buf = &buf_alloc->s_buf; in hclge_common_wl_config()