Lines Matching refs:offsetof

1412 	if (cmd_sz > offsetof(typeof(*cmd), flags) + sizeof(cmd->flags))
1438 resp.response_length = offsetof(typeof(resp), response_length) +
1513 offsetof(typeof(cmd_ex), comp_channel) +
1557 if (ucore->outlen < (offsetof(typeof(resp), response_length) +
1803 if (cmd_sz >= offsetof(typeof(*cmd), rwq_ind_tbl_handle) +
1816 if ((cmd_sz >= offsetof(typeof(*cmd), reserved1) +
1898 if (cmd_sz >= offsetof(typeof(*cmd), create_flags) +
1970 resp.response_length = offsetof(typeof(resp), response_length) +
2079 offsetof(typeof(cmd_ex), is_srq) +
2108 if (ucore->inlen < (offsetof(typeof(cmd), comp_mask) +
2122 if (ucore->outlen < (offsetof(typeof(resp), response_length) +
3187 ib_filter_sz = offsetof(struct ib_flow_eth_filter, real_sz);
3198 ib_filter_sz = offsetof(struct ib_flow_ipv4_filter, real_sz);
3209 ib_filter_sz = offsetof(struct ib_flow_ipv6_filter, real_sz);
3225 ib_filter_sz = offsetof(struct ib_flow_tcp_udp_filter, real_sz);
3257 required_cmd_sz = offsetof(typeof(cmd), max_sge) + sizeof(cmd.max_sge);
3258 required_resp_len = offsetof(typeof(resp), wqn) + sizeof(resp.wqn);
3377 required_cmd_sz = offsetof(typeof(cmd), wq_handle) + sizeof(cmd.wq_handle);
3378 required_resp_len = offsetof(typeof(resp), reserved) + sizeof(resp.reserved);
3442 required_cmd_sz = offsetof(typeof(cmd), curr_wq_state) + sizeof(cmd.curr_wq_state);
3492 required_cmd_sz_header = offsetof(typeof(cmd), log_ind_tbl_size) + sizeof(cmd.log_ind_tbl_size);
3493 required_resp_len = offsetof(typeof(resp), ind_tbl_num) + sizeof(resp.ind_tbl_num);
3636 required_cmd_sz = offsetof(typeof(cmd), ind_tbl_handle) + sizeof(cmd.ind_tbl_handle);
3782 cmd.flow_attr.size > offsetof(struct ib_uverbs_flow_spec, reserved) &&
4243 resp.response_length = offsetof(typeof(resp), odp_caps);