Searched refs:p_nr (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/puc/ |
H A D | puc.c | 57 int p_nr; member 273 port->p_nr = idx + 1; in puc_bfe_attach() 307 port->p_ires = rman_reserve_resource(&sc->sc_irq, port->p_nr, in puc_bfe_attach() 308 port->p_nr, 1, 0, NULL); in puc_bfe_attach() 641 sc->sc_serdevs |= 1UL << (port->p_nr - 1); in puc_bus_setup_intr() 732 retval += printf(" at port %d", port->p_nr); in puc_bus_print_child() 744 sbuf_printf(sb, "port=%d", port->p_nr); in puc_bus_child_location()
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_helper.c | 1352 static void osm_dump_node_record_to_buf(IN const ib_node_record_t * p_nr, in osm_dump_node_record_to_buf() argument 1355 if (!buf || !p_nr) in osm_dump_node_record_to_buf() 1358 char desc[sizeof(p_nr->node_desc.description) + 1]; in osm_dump_node_record_to_buf() 1359 const ib_node_info_t *p_ni = &p_nr->node_info; in osm_dump_node_record_to_buf() 1361 memcpy(desc, p_nr->node_desc.description, in osm_dump_node_record_to_buf() 1362 sizeof(p_nr->node_desc.description)); in osm_dump_node_record_to_buf() 1384 cl_ntoh16(p_nr->lid), cl_ntoh16(p_nr->resv), in osm_dump_node_record_to_buf() 1397 IN const ib_node_record_t * p_nr, in osm_dump_node_record() argument 1403 osm_dump_node_record_to_buf(p_nr, buf); in osm_dump_node_record() 1410 IN const ib_node_record_t * p_nr, in osm_dump_node_record_v2() argument [all …]
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_helper.h | 324 IN const ib_node_record_t * p_nr, 328 IN const ib_node_record_t * p_nr,
|