Searched refs:res_buf (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/net/fjes/
H A Dfjes_trace.h51 TP_PROTO(struct fjes_hw *hw, union fjes_device_command_res *res_buf),
52 TP_ARGS(hw, res_buf),
62 __entry->length = res_buf->info.length;
63 __entry->code = res_buf->info.code;
66 res_buf->info.info[x].zone;
68 res_buf->info.info[x].es_status;
71 TP_printk("res_buf=[length=%d, code=%d, es_zones=%s, es_status=%s]",
125 TP_PROTO(union fjes_device_command_res *res_buf, int timeout),
126 TP_ARGS(res_buf, timeout),
133 __entry->length = res_buf
[all...]
H A Dfjes_hw.c232 hw->hw_info.res_buf = kzalloc(mem_size, GFP_KERNEL);
233 if (!(hw->hw_info.res_buf)) {
273 param.res_start = __pa(hw->hw_info.res_buf);
290 kfree(hw->hw_info.res_buf);
291 hw->hw_info.res_buf = NULL;
313 kfree(hw->hw_info.res_buf);
314 hw->hw_info.res_buf = NULL;
444 union fjes_device_command_res *res_buf = hw->hw_info.res_buf; local
449 memset(res_buf,
502 union fjes_device_command_res *res_buf = hw->hw_info.res_buf; local
610 union fjes_device_command_res *res_buf = hw->hw_info.res_buf; local
987 union fjes_device_command_res *res_buf; local
1206 union fjes_device_command_res *res_buf = hw->hw_info.res_buf; local
1275 union fjes_device_command_res *res_buf = hw->hw_info.res_buf; local
[all...]
H A Dfjes_hw.h281 union fjes_device_command_res *res_buf; member in struct:fjes_hw_info
H A Dfjes_main.c182 hw->hw_info.res_buf->info.info[epidx].es_status;
184 hw->hw_info.res_buf->info.info[epidx].zone;
476 param.res_start = __pa(hw->hw_info.res_buf);
/linux-master/tools/virtio/
H A Dvhost_net_test.c53 char *res_buf; member in struct:vdev_info
221 dev->res_buf = dev->test_buf + HDR_LEN + TEST_BUF_LEN;
267 static void verify_res_buf(char *res_buf) argument
272 assert(res_buf[i] == (char)i);
313 n = recvfrom(dev->sock, dev->res_buf, TEST_BUF_LEN, 0, NULL, NULL);
315 verify_res_buf(dev->res_buf);
357 sg_init_one(&sl, dev->res_buf, HDR_LEN + TEST_BUF_LEN);
360 dev->res_buf + vq->started,
382 eh = (struct ether_header *)(dev->res_buf + HDR_LEN);
389 verify_res_buf(dev->res_buf
[all...]
/linux-master/drivers/firmware/qcom/
H A Dqcom_scm-legacy.c149 const __le32 *res_buf; local
194 res_buf = scm_legacy_get_response_buffer(rsp);
196 res->result[i] = le32_to_cpu(res_buf[i]);
/linux-master/drivers/net/wireless/ath/carl9170/
H A Ddebug.c67 char *buf = NULL, *res_buf = NULL; local
93 res_buf = buf;
97 res_buf = dfops->read(ar, buf, dfops->read_bufsize, &ret);
101 res_buf, ret);
105 WARN_ON_ONCE(dfops->read_bufsize && (res_buf != buf));
108 vfree(res_buf);
/linux-master/drivers/char/tpm/
H A Dtpm1-cmd.c584 int tpm1_pcr_read(struct tpm_chip *chip, u32 pcr_idx, u8 *res_buf) argument
605 memcpy(res_buf, &buf.data[TPM_HEADER_SIZE], TPM_DIGEST_SIZE);
H A Dtpm.h251 int tpm1_pcr_read(struct tpm_chip *chip, u32 pcr_idx, u8 *res_buf);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.c1290 u32 *res_buf; local
1338 res_buf = (u32 *)buf;
1341 *res_buf++ = le32_to_cpu((__force __le32)
1359 (u8 *)res_buf, T4_MEMORY_READ);

Completed in 154 milliseconds