Home
last modified time | relevance | path

Searched refs:trans_spec (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/usnic/
H A Dusnic_ib_qp_grp.c204 struct usnic_transport_spec *trans_spec) in create_roce_custom_flow() argument
214 trans_type = trans_spec->trans_type; in create_roce_custom_flow()
215 port_num = trans_spec->usnic_roce.port_num; in create_roce_custom_flow()
263 struct usnic_transport_spec *trans_spec) in create_udp_flow() argument
277 trans_type = trans_spec->trans_type; in create_udp_flow()
278 sock_fd = trans_spec->udp.sock_fd; in create_udp_flow()
335 struct usnic_transport_spec *trans_spec) in create_and_add_flow() argument
340 trans_type = trans_spec->trans_type; in create_and_add_flow()
343 qp_flow = create_roce_custom_flow(qp_grp, trans_spec); in create_and_add_flow()
346 qp_flow = create_udp_flow(qp_grp, trans_spec); in create_and_add_flow()
[all …]
H A Dusnic_ib_verbs.c172 struct usnic_transport_spec *trans_spec, in find_free_vf_and_create_qp_grp() argument
208 trans_spec); in find_free_vf_and_create_qp_grp()
228 trans_spec); in find_free_vf_and_create_qp_grp()
470 struct usnic_transport_spec trans_spec; in usnic_ib_create_qp() local
499 trans_spec = cmd.spec; in usnic_ib_create_qp()
502 res_spec = min_transport_spec[trans_spec.trans_type]; in usnic_ib_create_qp()
504 err = find_free_vf_and_create_qp_grp(ibqp, &trans_spec, &res_spec); in usnic_ib_create_qp()
H A Dusnic_ib_qp_grp.h96 struct usnic_transport_spec *trans_spec);