Searched refs:uverbs_response_length (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | uverbs_cmd.c | 115 static u32 uverbs_response_length(struct uverbs_attr_bundle *attrs, in uverbs_response_length() function 1033 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in create_cq() 1468 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in create_qp() 1928 .response_length = uverbs_response_length(attrs, sizeof(resp)) in ib_uverbs_ex_modify_qp() 2948 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_create_wq() 2977 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_destroy_wq() 3136 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_create_rwq_ind_table() 3637 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_query_device()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | uverbs_cmd.c | 115 static u32 uverbs_response_length(struct uverbs_attr_bundle *attrs, in uverbs_response_length() function 1067 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in create_cq() 1479 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in create_qp() 1935 .response_length = uverbs_response_length(attrs, sizeof(resp)) in ib_uverbs_ex_modify_qp() 2953 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_create_wq() 2982 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_destroy_wq() 3141 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_create_rwq_ind_table() 3647 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_query_device()
|
Completed in 9 milliseconds