Searched refs:res_buf (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/fjes/ |
| H A D | fjes_hw.c | 231 hw->hw_info.res_buf = kzalloc(mem_size, GFP_KERNEL); in fjes_hw_setup() 232 if (!(hw->hw_info.res_buf)) { in fjes_hw_setup() 272 param.res_start = __pa(hw->hw_info.res_buf); in fjes_hw_setup() 289 kfree(hw->hw_info.res_buf); in fjes_hw_setup() 290 hw->hw_info.res_buf = NULL; in fjes_hw_setup() 312 kfree(hw->hw_info.res_buf); in fjes_hw_cleanup() 313 hw->hw_info.res_buf = NULL; in fjes_hw_cleanup() 449 union fjes_device_command_res *res_buf = hw->hw_info.res_buf; in fjes_hw_request_info() local 454 memset(res_buf, 0, hw->hw_info.res_buf_size); in fjes_hw_request_info() 458 res_buf->info.length = 0; in fjes_hw_request_info() [all …]
|
| H A D | fjes_trace.h | 51 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; 125 TP_PROTO(union fjes_device_command_res *res_buf, int timeout), 126 TP_ARGS(res_buf, timeout), 133 __entry->length = res_buf->share_buffer.length; 134 __entry->code = res_buf->share_buffer.code; [all …]
|
| H A D | fjes_hw.h | 281 union fjes_device_command_res *res_buf; member
|
| /linux/tools/virtio/ |
| H A D | vhost_net_test.c | 53 char *res_buf; member 221 dev->res_buf = dev->test_buf + HDR_LEN + TEST_BUF_LEN; in vdev_info_init() 267 static void verify_res_buf(char *res_buf) in verify_res_buf() argument 272 assert(res_buf[i] == (char)i); in verify_res_buf() 313 n = recvfrom(dev->sock, dev->res_buf, TEST_BUF_LEN, 0, NULL, NULL); in run_tx_test() 315 verify_res_buf(dev->res_buf); in run_tx_test() 357 sg_init_one(&sl, dev->res_buf, HDR_LEN + TEST_BUF_LEN); in run_rx_test() 360 dev->res_buf + vq->started, in run_rx_test() 382 eh = (struct ether_header *)(dev->res_buf + HDR_LEN); in run_rx_test() 389 verify_res_buf(dev->res_buf + HDR_LEN); in run_rx_test()
|
| /linux/drivers/firmware/qcom/ |
| H A D | qcom_scm-legacy.c | 149 const __le32 *res_buf; in scm_legacy_call() local 194 res_buf = scm_legacy_get_response_buffer(rsp); in scm_legacy_call() 196 res->result[i] = le32_to_cpu(res_buf[i]); in scm_legacy_call()
|
| /linux/drivers/char/tpm/ |
| H A D | tpm1-cmd.c | 584 int tpm1_pcr_read(struct tpm_chip *chip, u32 pcr_idx, u8 *res_buf) in tpm1_pcr_read() argument 605 memcpy(res_buf, &buf.data[TPM_HEADER_SIZE], TPM_DIGEST_SIZE); in tpm1_pcr_read()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cudbg_lib.c | 1290 u32 *res_buf; in cudbg_memory_read() local 1338 res_buf = (u32 *)buf; in cudbg_memory_read() 1341 *res_buf++ = le32_to_cpu((__force __le32) in cudbg_memory_read() 1359 (u8 *)res_buf, T4_MEMORY_READ); in cudbg_memory_read()
|