Searched refs:p_port (Results 51 - 58 of 58) sorted by relevance

123

/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c1210 osm_port_t *p_port = NULL; local
1255 p_port = (osm_port_t *) item;
1256 if (osm_node_get_type(p_port->p_node) == IB_NODE_TYPE_CA ||
1257 osm_node_get_type(p_port->p_node) == IB_NODE_TYPE_SWITCH) {
1258 lmc = osm_port_get_lmc(p_port);
1355 p_port = osm_get_port_by_lid(p_mgr->p_subn, sm_lid);
1356 err = dijkstra(p_mgr, adj_list, adj_list_size, p_port, sm_lid);
1363 if (osm_node_get_type(p_port->p_node) != IB_NODE_TYPE_CA)
1574 uint32_t adj_list_size, osm_port_t * p_port, uint16_t lid)
1634 (osm_node_get_type(p_port
1573 update_lft(osm_ucast_mgr_t * p_mgr, vertex_t * adj_list, uint32_t adj_list_size, osm_port_t * p_port, uint16_t lid) argument
[all...]
H A Dosm_qos_parser_y.y2991 osm_qos_port_t * p_port = osm_qos_policy_port_create(p_physp);
2992 if (p_port)
2995 &p_port->map_item);
H A Dosm_sa_multipath_record.c72 static boolean_t sa_multipath_rec_is_tavor_port(IN const osm_port_t * p_port) argument
77 p_node = p_port->p_node;
H A Dosm_sa_path_record.c82 static inline boolean_t sa_path_rec_is_tavor_port(IN const osm_port_t * p_port) argument
87 p_node = p_port->p_node;
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_sp_commands.c204 u8 *p_update_port, __le16 *p_port,
210 *p_port = OSAL_CPU_TO_LE16(p_udp_port->port);
202 ecore_set_ramrod_tunnel_param(u8 *p_tunn_cls, struct ecore_tunn_update_type *tun_type, u8 *p_update_port, __le16 *p_port, struct ecore_tunn_update_udp_port *p_udp_port) argument
H A Decore_rdma.c1117 struct ecore_rdma_port *p_port = p_hwfn->p_rdma_info->port; local
1127 p_port->port_state = p_link_output->link_up ? ECORE_RDMA_PORT_UP
1130 p_port->link_speed = p_link_output->speed;
1132 p_port->max_msg_size = RDMA_MAX_DATA_SIZE_IN_WQE;
1134 return p_port;
H A Decore_vf.c696 struct ecore_tunn_update_udp_port *p_port,
699 if (p_port->b_update_port) {
701 *p_udp_port = p_port->port;
693 ecore_vf_prep_tunn_req_tlv(struct vfpf_update_tunn_param_tlv *p_req, struct ecore_tunn_update_type *p_src, enum ecore_tunn_clss mask, u8 *p_cls, struct ecore_tunn_update_udp_port *p_port, u8 *p_update_port, u16 *p_udp_port) argument
H A Decore_sriov.c2464 struct ecore_tunn_update_udp_port *p_port,
2469 p_port->b_update_port = true;
2470 p_port->port = port;
2462 ecore_iov_pf_update_tun_param(struct vfpf_update_tunn_param_tlv *p_req, struct ecore_tunn_update_type *p_tun, struct ecore_tunn_update_udp_port *p_port, enum ecore_tunn_mode mask, u8 tun_cls, u8 update_port, u16 port) argument

Completed in 205 milliseconds

123