Searched refs:trans_spec (Results 1 – 2 of 2) sorted by relevance
204 struct usnic_transport_spec *trans_spec) in create_roce_custom_flow() argument214 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() argument277 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() argument340 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 …]
96 struct usnic_transport_spec *trans_spec);