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

/freebsd-13-stable/sys/dev/bhnd/bcma/
H A Dbcma_erom.c98 struct bcma_erom_mport *mport);
130 return "mport";
782 * @param[out] mport On success, will be populated with the parsed
788 bcma_erom_parse_mport(struct bcma_erom *erom, struct bcma_erom_mport *mport) argument
800 mport->port_vid = BCMA_EROM_GET_ATTR(entry, MPORT_ID);
801 mport->port_num = BCMA_EROM_GET_ATTR(entry, MPORT_NUM);
810 * @param[out] mport On success, will be populated with the parsed
1114 KASSERT(core.num_mport <= BCMA_PID_MAX, ("unsupported mport count"));
1135 struct bcma_mport *mport; local
1143 /* Initialize a new bus mport structur
[all...]
H A Dbcma_subr.c108 struct bcma_mport *mport, *mnext; local
111 STAILQ_FOREACH_SAFE(mport, &corecfg->master_ports, mp_link, mnext) {
112 free(mport, M_BHND);
/freebsd-13-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 59 milliseconds