Home
last modified time | relevance | path

Searched refs:bytes_returned (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dhv.c12 int bytes_returned; in mlx5_hv_config_common() local
23 &bytes_returned) : in mlx5_hv_config_common()
28 if (read && !rc && len != bytes_returned) in mlx5_hv_config_common()
/linux/drivers/pci/controller/
H A Dpci-hyperv-intf.c23 unsigned int block_id, unsigned int *bytes_returned) in hyperv_read_cfg_blk() argument
29 bytes_returned); in hyperv_read_cfg_blk()
H A Dpci-hyperv.c1435 unsigned int bytes_returned; member
1461 comp->bytes_returned = min(comp->len, data_len); in hv_pci_read_config_compl()
1462 memcpy(comp->buf, read_resp->bytes, comp->bytes_returned); in hv_pci_read_config_compl()
1464 comp->bytes_returned = 0; in hv_pci_read_config_compl()
1485 unsigned int *bytes_returned) in hv_read_config_block() argument
1526 comp_pkt.bytes_returned == 0) { in hv_read_config_block()
1530 comp_pkt.bytes_returned); in hv_read_config_block()
1534 *bytes_returned = comp_pkt.bytes_returned; in hv_read_config_block()
/linux/drivers/scsi/
H A Dhptiop.h239 __le32 bytes_returned; member
339 u32 *bytes_returned; member
/linux/drivers/platform/olpc/
H A Dolpc-xo175-ec.c29 u8 bytes_returned; member
260 return p->bytes_returned; in olpc_xo175_ec_resp_len()
/linux/sound/pci/asihpi/
H A Dhpi_internal.h808 u32 bytes_returned; /* size of items returned */ member
/linux/sound/hda/codecs/
H A Dca0132.c2279 unsigned int *bytes_returned) in dspio_send_scp_message()
2291 if (bytes_returned) in dspio_send_scp_message()
2292 *bytes_returned = 0; in dspio_send_scp_message()
2305 if (!return_buf || return_buf_size < 4 || !bytes_returned) in dspio_send_scp_message()
2339 *bytes_returned = (spec->scp_resp_count + 1) * 4;
2259 dspio_send_scp_message(struct hda_codec * codec,unsigned char * send_buf,unsigned int send_buf_size,unsigned char * return_buf,unsigned int return_buf_size,unsigned int * bytes_returned) dspio_send_scp_message() argument