Searched refs:response_length (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/infiniband/core/ |
D | uverbs_cmd.c | 1421 resp.response_length = offsetof(typeof(resp), response_length) + in create_cq() 1422 sizeof(resp.response_length); in create_cq() 1511 if (ib_copy_to_udata(ucore, resp, resp->response_length)) in ib_uverbs_ex_create_cq_cb() 1540 if (ucore->outlen < (offsetof(typeof(resp), response_length) + in ib_uverbs_ex_create_cq() 1541 sizeof(resp.response_length))) in ib_uverbs_ex_create_cq() 1905 resp.response_length = offsetof(typeof(resp), response_length) + in create_qp() 1906 sizeof(resp.response_length); in create_qp() 2023 if (ib_copy_to_udata(ucore, resp, resp->response_length)) in ib_uverbs_ex_create_qp_cb() 2052 if (ucore->outlen < (offsetof(typeof(resp), response_length) + in ib_uverbs_ex_create_qp() 2053 sizeof(resp.response_length))) in ib_uverbs_ex_create_qp() [all …]
|
/linux-4.4.14/include/uapi/rdma/ |
D | ib_user_verbs.h | 225 __u32 response_length; member 378 __u32 response_length; member 564 __u32 response_length; member
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | ptp.c | 714 size_t response_length, in efx_ptp_process_times() argument 718 MCDI_VAR_ARRAY_LEN(response_length, in efx_ptp_process_times() 820 size_t response_length; in efx_ptp_synchronize() local 859 &response_length); in efx_ptp_synchronize() 861 rc = efx_ptp_process_times(efx, synch_buf, response_length, in efx_ptp_synchronize()
|
/linux-4.4.14/drivers/scsi/isci/ |
D | scu_task_context.h | 366 u32 response_length:8; member
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | main.c | 387 resp.response_length = offsetof(typeof(resp), response_length) + in mlx4_ib_query_device() 388 sizeof(resp.response_length); in mlx4_ib_query_device() 487 if (uhw->outlen >= resp.response_length + sizeof(resp.hca_core_clock_offset)) { in mlx4_ib_query_device() 488 resp.response_length += sizeof(resp.hca_core_clock_offset); in mlx4_ib_query_device() 496 err = ib_copy_to_udata(uhw, &resp, resp.response_length); in mlx4_ib_query_device()
|
D | mlx4_ib.h | 606 __u32 response_length; member
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_transport.c | 267 u8 response_length; member 1075 u8 response_length; member 1393 u8 response_length; member
|
/linux-4.4.14/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 242 mbx_resp_hdr->response_length, in beiscsi_mccq_compl() 344 if (resp_hdr->response_length) in be_mcc_compl_process()
|
D | be_cmds.h | 223 u32 response_length; /* dword 2 */ member
|
D | be_main.c | 5226 nonemb_cmd.va, (resp->response_length in beiscsi_bsg_request() 5228 bsg_reply->reply_payload_rcv_len = resp->response_length; in beiscsi_bsg_request()
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.h | 306 u32 response_length; /* dword 2 */ member
|
D | be_cmds.c | 4332 memcpy(wrb_payload, resp, sizeof(*resp) + resp->response_length); in be_roce_mcc_cmd() 4333 be_dws_le_to_cpu(wrb_payload, sizeof(*resp) + resp->response_length); in be_roce_mcc_cmd()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_hw4.h | 870 uint32_t response_length; member
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptsas.c | 2807 u8 response_length; member
|