Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/usnic/
Dusnic_ib_qp_grp.c205 struct usnic_transport_spec *trans_spec) in create_roce_custom_flow() argument
215 trans_type = trans_spec->trans_type; in create_roce_custom_flow()
216 port_num = trans_spec->usnic_roce.port_num; in create_roce_custom_flow()
266 struct usnic_transport_spec *trans_spec) in create_udp_flow() argument
280 trans_type = trans_spec->trans_type; in create_udp_flow()
281 sock_fd = trans_spec->udp.sock_fd; in create_udp_flow()
340 struct usnic_transport_spec *trans_spec) in create_and_add_flow() argument
345 trans_type = trans_spec->trans_type; in create_and_add_flow()
348 qp_flow = create_roce_custom_flow(qp_grp, trans_spec); in create_and_add_flow()
351 qp_flow = create_udp_flow(qp_grp, trans_spec); in create_and_add_flow()
[all …]
Dusnic_ib_verbs.c147 struct usnic_transport_spec *trans_spec, in find_free_vf_and_create_qp_grp() argument
206 trans_spec); in find_free_vf_and_create_qp_grp()
481 struct usnic_transport_spec trans_spec; in usnic_ib_create_qp() local
511 trans_spec = cmd.spec; in usnic_ib_create_qp()
514 res_spec = min_transport_spec[trans_spec.trans_type]; in usnic_ib_create_qp()
517 &trans_spec, in usnic_ib_create_qp()
Dusnic_ib_qp_grp.h119 struct usnic_transport_spec *trans_spec);