Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/usnic/
Dusnic_ib_qp_grp.c190 struct usnic_transport_spec *trans_spec) in create_roce_custom_flow() argument
200 trans_type = trans_spec->trans_type; in create_roce_custom_flow()
201 port_num = trans_spec->usnic_roce.port_num; in create_roce_custom_flow()
251 struct usnic_transport_spec *trans_spec) in create_udp_flow() argument
265 trans_type = trans_spec->trans_type; in create_udp_flow()
266 sock_fd = trans_spec->udp.sock_fd; in create_udp_flow()
325 struct usnic_transport_spec *trans_spec) in create_and_add_flow() argument
330 trans_type = trans_spec->trans_type; in create_and_add_flow()
333 qp_flow = create_roce_custom_flow(qp_grp, trans_spec); in create_and_add_flow()
336 qp_flow = create_udp_flow(qp_grp, trans_spec); in create_and_add_flow()
[all …]
Dusnic_ib_verbs.c132 struct usnic_transport_spec *trans_spec, in find_free_vf_and_create_qp_grp() argument
191 trans_spec); in find_free_vf_and_create_qp_grp()
462 struct usnic_transport_spec trans_spec; in usnic_ib_create_qp() local
492 trans_spec = cmd.spec; in usnic_ib_create_qp()
495 res_spec = min_transport_spec[trans_spec.trans_type]; in usnic_ib_create_qp()
498 &trans_spec, in usnic_ib_create_qp()
Dusnic_ib_qp_grp.h104 struct usnic_transport_spec *trans_spec);