Searched refs:mport (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcma_eromvar.h92 struct bcma_erom_mport *mport);
H A Dbcma_erom.c104 return "mport";
393 * @param[out] mport On success, will be populated with the parsed
400 struct bcma_erom_mport *mport)
412 mport->port_vid = BCMA_EROM_GET_ATTR(entry, MPORT_ID);
413 mport->port_num = BCMA_EROM_GET_ATTR(entry, MPORT_NUM);
422 * @param[out] mport On success, will be populated with the parsed
785 KASSERT(core.num_mport <= BCMA_PID_MAX, ("unsupported mport count"));
806 struct bcma_mport *mport; local
814 /* Initialize a new bus mport structure */
815 mport
399 bcma_erom_parse_mport(struct bcma_erom *erom, struct bcma_erom_mport *mport) argument
[all...]
H A Dbcma_subr.c96 struct bcma_mport *mport, *mnext; local
99 STAILQ_FOREACH_SAFE(mport, &corecfg->master_ports, mp_link, mnext) {
100 free(mport, M_BHND);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_sysfs.c713 struct mlx4_port *mport; local
753 mport = container_of(p, struct mlx4_port, kobj);
754 sysfs_remove_group(p, &mport->pkey_group);
755 sysfs_remove_group(p, &mport->gid_group);
756 remove_vf_smi_entries(mport);

Completed in 160 milliseconds