Searched refs:s_buf (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/target/iscsi/
H A Discsi_target_nego.c1111 char *i_buf = NULL, *s_buf = NULL, *t_buf = NULL; local
1152 s_buf = value;
1176 if (!s_buf) {
1191 sessiontype = strncmp(s_buf, DISCOVERY, 9);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.h136 struct hclge_shared_buf s_buf; member in struct:hclge_pkt_buf_alloc
H A Dhclge_main.c1985 buf_alloc->s_buf.buf_size = shared_buf;
1987 buf_alloc->s_buf.self.high = shared_buf - hdev->dv_buf_size;
1988 buf_alloc->s_buf.self.low = buf_alloc->s_buf.self.high
1992 buf_alloc->s_buf.self.high = aligned_mps +
1994 buf_alloc->s_buf.self.low = aligned_mps;
2016 buf_alloc->s_buf.tc_thrd[i].low = lo_thrd;
2017 buf_alloc->s_buf.tc_thrd[i].high = hi_thrd;
2188 buf_alloc->s_buf.buf_size = 0;
2253 cpu_to_le16((buf_alloc->s_buf
2311 struct hclge_shared_buf *s_buf = &buf_alloc->s_buf; local
[all...]

Completed in 184 milliseconds