Searched refs:phy_info (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-board.c208 cvmx_phy_info_t phy_info; local
213 phy_info.phy_addr = -1;
214 phy_info.direct_connect = -1;
215 phy_info.phy_type = (cvmx_phy_type_t) -1;
220 return phy_info;
225 return phy_info;
239 return phy_info;
247 return phy_info;
255 return phy_info;
262 return phy_info;
330 cvmx_phy_info_t phy_info = __get_phy_info_from_dt(ipd_port); local
378 cvmx_phy_info_t phy_info = __get_phy_info_from_dt(ipd_port); local
929 cvmx_phy_info_t phy_info; local
[all...]
/freebsd-10-stable/sys/dev/oce/
H A Doce_mbox.c1565 oce_mbox_get_phy_info(POCE_SOFTC sc, struct oce_phy_info *phy_info) argument
1596 phy_info->phy_type = HOST_16(fwcmd->params.rsp.phy_info.phy_type);
1597 phy_info->interface_type =
1598 HOST_16(fwcmd->params.rsp.phy_info.interface_type);
1599 phy_info->auto_speeds_supported =
1600 HOST_16(fwcmd->params.rsp.phy_info.auto_speeds_supported);
1601 phy_info->fixed_speeds_supported =
1602 HOST_16(fwcmd->params.rsp.phy_info.fixed_speeds_supported);
1603 phy_info
[all...]
H A Doce_sysctl.c599 struct oce_phy_info phy_info; local
601 status = oce_mbox_get_phy_info(sc, &phy_info);
605 if ((phy_info.phy_type == TN_8022) &&
606 (phy_info.interface_type == PHY_TYPE_BASET_10GB)) {
H A Doce_if.h1043 int oce_mbox_get_phy_info(POCE_SOFTC sc, struct oce_phy_info *phy_info);
H A Doce_hw.h1622 struct oce_phy_info phy_info; member in struct:mbx_common_phy_info::__anon9621::__anon9623
/freebsd-10-stable/sys/dev/mpt/
H A Dmpt_cam.c638 portinfo->phy_info = malloc(sizeof(*portinfo->phy_info) *
640 if (portinfo->phy_info == NULL) {
647 phyinfo = &portinfo->phy_info[i];
662 mptsas_sas_phy_pg0(struct mpt_softc *mpt, struct mptsas_phyinfo *phy_info, argument
693 phy_info->hw_link_rate = buffer->HwLinkRate;
694 phy_info->programmed_link_rate = buffer->ProgrammedLinkRate;
695 phy_info->identify.dev_handle = le16toh(buffer->OwnerDevHandle);
696 phy_info->attached.dev_handle = le16toh(buffer->AttachedDevHandle);
775 phyinfo = &portinfo->phy_info[
[all...]
H A Dmpt.h531 struct mptsas_phyinfo *phy_info; member in struct:mptsas_portinfo

Completed in 90 milliseconds