Home
last modified time | relevance | path

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

/linux/drivers/char/pcmcia/
A Dcm4040_cs.c78 unsigned char s_buf[READ_WRITE_BUFFER_SIZE]; member
347 if (copy_from_user(dev->s_buf, buf, bytes_to_write)) in cm4040_write()
350 switch (dev->s_buf[0]) { in cm4040_write()
398 xoutb(dev->s_buf[i],iobase + REG_OFFSET_BULK_OUT); in cm4040_write()
/linux/drivers/target/iscsi/
A Discsi_target_nego.c1060 char *i_buf = NULL, *s_buf = NULL, *t_buf = NULL; in iscsi_target_locate_portal() local
1100 s_buf = value; in iscsi_target_locate_portal()
1124 if (!s_buf) { in iscsi_target_locate_portal()
1139 sessiontype = strncmp(s_buf, DISCOVERY, 9); in iscsi_target_locate_portal()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_main.c2124 buf_alloc->s_buf.buf_size = shared_buf; in hclge_is_rx_buf_ok()
2126 buf_alloc->s_buf.self.high = shared_buf - hdev->dv_buf_size; in hclge_is_rx_buf_ok()
2127 buf_alloc->s_buf.self.low = buf_alloc->s_buf.self.high in hclge_is_rx_buf_ok()
2131 buf_alloc->s_buf.self.high = aligned_mps + in hclge_is_rx_buf_ok()
2133 buf_alloc->s_buf.self.low = aligned_mps; in hclge_is_rx_buf_ok()
2155 buf_alloc->s_buf.tc_thrd[i].low = lo_thrd; in hclge_is_rx_buf_ok()
2156 buf_alloc->s_buf.tc_thrd[i].high = hi_thrd; in hclge_is_rx_buf_ok()
2327 buf_alloc->s_buf.buf_size = 0; in hclge_only_alloc_priv_buff()
2450 struct hclge_shared_buf *s_buf = &buf_alloc->s_buf; in hclge_common_thrd_config() local
2469 tc = &s_buf->tc_thrd[i * HCLGE_TC_NUM_ONE_DESC + j]; in hclge_common_thrd_config()
[all …]
A Dhclge_cmd.h470 struct hclge_shared_buf s_buf; member

Completed in 38 milliseconds