Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/pcmcia/
H A Dcm4040_cs.c78 unsigned char s_buf[READ_WRITE_BUFFER_SIZE]; member
348 if (copy_from_user(dev->s_buf, buf, bytes_to_write))
351 switch (dev->s_buf[0]) {
399 xoutb(dev->s_buf[i],iobase + REG_OFFSET_BULK_OUT);
/kernel/linux/linux-5.10/drivers/target/iscsi/
H A Discsi_target_nego.c1068 char *i_buf = NULL, *s_buf = NULL, *t_buf = NULL; in iscsi_target_locate_portal() local
1111 s_buf = value; in iscsi_target_locate_portal()
1135 if (!s_buf) { in iscsi_target_locate_portal()
1150 sessiontype = strncmp(s_buf, DISCOVERY, 9); in iscsi_target_locate_portal()
/kernel/linux/linux-6.6/drivers/target/iscsi/
H A Discsi_target_nego.c1111 char *i_buf = NULL, *s_buf = NULL, *t_buf = NULL; in iscsi_target_locate_portal() local
1152 s_buf = value; in iscsi_target_locate_portal()
1176 if (!s_buf) { in iscsi_target_locate_portal()
1191 sessiontype = strncmp(s_buf, DISCOVERY, 9); in iscsi_target_locate_portal()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c1951 buf_alloc->s_buf.buf_size = shared_buf; in hclge_is_rx_buf_ok()
1953 buf_alloc->s_buf.self.high = shared_buf - hdev->dv_buf_size; in hclge_is_rx_buf_ok()
1954 buf_alloc->s_buf.self.low = buf_alloc->s_buf.self.high in hclge_is_rx_buf_ok()
1958 buf_alloc->s_buf.self.high = aligned_mps + in hclge_is_rx_buf_ok()
1960 buf_alloc->s_buf.self.low = aligned_mps; in hclge_is_rx_buf_ok()
1982 buf_alloc->s_buf.tc_thrd[i].low = lo_thrd; in hclge_is_rx_buf_ok()
1983 buf_alloc->s_buf.tc_thrd[i].high = hi_thrd; in hclge_is_rx_buf_ok()
2155 buf_alloc->s_buf.buf_size = 0; in hclge_only_alloc_priv_buff()
2220 cpu_to_le16((buf_alloc->s_buf in hclge_rx_priv_buf_alloc()
2278 struct hclge_shared_buf *s_buf = &buf_alloc->s_buf; hclge_common_thrd_config() local
[all...]
H A Dhclge_cmd.h436 struct hclge_shared_buf s_buf; member
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.h136 struct hclge_shared_buf s_buf; member
H A Dhclge_main.c1974 buf_alloc->s_buf.buf_size = shared_buf; in hclge_is_rx_buf_ok()
1976 buf_alloc->s_buf.self.high = shared_buf - hdev->dv_buf_size; in hclge_is_rx_buf_ok()
1977 buf_alloc->s_buf.self.low = buf_alloc->s_buf.self.high in hclge_is_rx_buf_ok()
1981 buf_alloc->s_buf.self.high = aligned_mps + in hclge_is_rx_buf_ok()
1983 buf_alloc->s_buf.self.low = aligned_mps; in hclge_is_rx_buf_ok()
2005 buf_alloc->s_buf.tc_thrd[i].low = lo_thrd; in hclge_is_rx_buf_ok()
2006 buf_alloc->s_buf.tc_thrd[i].high = hi_thrd; in hclge_is_rx_buf_ok()
2177 buf_alloc->s_buf.buf_size = 0; in hclge_only_alloc_priv_buff()
2242 cpu_to_le16((buf_alloc->s_buf in hclge_rx_priv_buf_alloc()
2300 struct hclge_shared_buf *s_buf = &buf_alloc->s_buf; hclge_common_thrd_config() local
[all...]

Completed in 29 milliseconds