Searched refs:phy_type (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-13-stable/sys/dev/dpaa/
H A Dif_dtsec_fdt.c138 char phy_type[6]; local
181 if (OF_getprop(enet_node, "phy-connection-type", (void *)phy_type,
182 sizeof(phy_type)) <= 0)
185 if (!strcmp(phy_type, "sgmii"))
187 else if (!strcmp(phy_type, "rgmii"))
189 else if (!strcmp(phy_type, "xgmii"))
/freebsd-13-stable/sys/arm/allwinner/
H A Daw_if_dwc.c66 char *phy_type; local
75 if (OF_getprop_alloc(node, "phy-mode", (void **)&phy_type)) {
82 if (strcmp(phy_type, "rgmii") == 0)
H A Daw_usbphy.c68 enum awusbphy_type phy_type; member in struct:aw_usbphy_conf
75 .phy_type = AWUSBPHY_TYPE_A10,
82 .phy_type = AWUSBPHY_TYPE_A13,
89 .phy_type = AWUSBPHY_TYPE_A20,
96 .phy_type = AWUSBPHY_TYPE_A31,
103 .phy_type = AWUSBPHY_TYPE_H3,
110 .phy_type = AWUSBPHY_TYPE_A64,
117 .phy_type = AWUSBPHY_TYPE_A83T,
124 .phy_type = AWUSBPHY_TYPE_H6,
H A Dif_awg.c1492 char *phy_type; local
1502 if (OF_getprop_alloc(node, "phy-mode", (void **)&phy_type) == 0)
1509 device_printf(dev, "PHY type: %s, conf mode: %s\n", phy_type,
1522 if (strncmp(phy_type, "rgmii", 5) == 0)
1524 else if (strcmp(phy_type, "rmii") == 0)
1568 if (strncmp(phy_type, "rgmii", 5) == 0)
1606 OF_prop_free(phy_type);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.h29 u8 phy_type; member in struct:neighbor_report
H A Dwnm_sta.c560 rep->phy_type = *(pos + 12);
870 u32 bss_info, u8 op_class, u8 chan, u8 phy_type,
893 wpabuf_put_u8(*buf, phy_type);
908 enum phy_type phy_type; local
941 phy_type = ieee80211_get_phy_type(bss->freq, (ht_oper != NULL),
943 if (phy_type == PHY_TYPE_UNSPECIFIED) {
951 return wnm_add_nei_rep(buf, bss->bssid, info, op_class, chan, phy_type,
1215 nei->channel_number, nei->phy_type,
869 wnm_add_nei_rep(struct wpabuf **buf, const u8 *bssid, u32 bss_info, u8 op_class, u8 chan, u8 phy_type, u8 pref) argument
H A Drrm.c689 u8 *op_class, u8 *chan, u8 *phy_type)
745 *phy_type = ieee80211_get_phy_type(freq, ht_oper != NULL,
747 if (*phy_type == PHY_TYPE_UNSPECIFIED) {
688 wpas_get_op_chan_phy(int freq, const u8 *ies, size_t ies_len, u8 *op_class, u8 *chan, u8 *phy_type) argument
/freebsd-13-stable/sys/dev/usb/controller/
H A Ddwc3.c218 char *phy_type; local
222 phy_type = NULL;
223 nphy_types = OF_getprop_alloc(sc->node, "phy_type", (void **)&phy_type);
228 if (strncmp(phy_type, "utmi_wide", 9) == 0) {
238 OF_prop_free(phy_type);
H A Dehci_fsl.c170 char *phy_type; local
172 phy_type = NULL;
177 (OF_getprop_alloc(node, "phy_type", (void **)&phy_type) > 0)) {
178 if (strncasecmp(phy_type, "utmi", strlen("utmi")) == 0)
180 OF_prop_free(phy_type);
/freebsd-13-stable/sys/dev/e1000/
H A De1000_phy.c2993 enum e1000_phy_type phy_type = e1000_phy_unknown; local
3005 phy_type = e1000_phy_m88;
3008 phy_type = e1000_phy_igp_2;
3011 phy_type = e1000_phy_gg82563;
3014 phy_type = e1000_phy_igp_3;
3019 phy_type = e1000_phy_ife;
3023 phy_type = e1000_phy_bm;
3026 phy_type = e1000_phy_82578;
3029 phy_type = e1000_phy_82577;
3032 phy_type
3062 enum e1000_phy_type phy_type = e1000_phy_unknown; local
[all...]
/freebsd-13-stable/sys/dev/isci/scil/
H A Dscic_sds_phy.h263 } phy_type; member in struct:SCIC_SDS_PHY
H A Dscic_sds_phy.c658 memset(&this_phy->phy_type, 0, sizeof(this_phy->phy_type));
889 = this_phy->phy_type.sas.identify_address_frame_buffer.sas_address.high;
891 = this_phy->phy_type.sas.identify_address_frame_buffer.sas_address.low;
966 this_phy->phy_type.sas.identify_address_frame_buffer.protocols.u.all;
1179 &this_phy->phy_type.sas.identify_address_frame_buffer,
1213 &this_phy->phy_type.sata.signature_fis_buffer,
3221 &this_phy->phy_type.sas.identify_address_frame_buffer,
3319 &this_phy->phy_type.sata.signature_fis_buffer,
H A Dscic_sds_controller.c1920 current_requester_phy->phy_type.sas.identify_address_frame_buffer.sas_address.high
1921 == the_phy->phy_type.sas.identify_address_frame_buffer.sas_address.high &&
1922 current_requester_phy->phy_type.sas.identify_address_frame_buffer.sas_address.low
1923 == the_phy->phy_type.sas.identify_address_frame_buffer.sas_address.low)
1981 current_phy->phy_type.sas.identify_address_frame_buffer.sas_address.high
1982 == the_phy->phy_type.sas.identify_address_frame_buffer.sas_address.high &&
1983 current_phy->phy_type.sas.identify_address_frame_buffer.sas_address.low
1984 == the_phy->phy_type.sas.identify_address_frame_buffer.sas_address.low)
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-board.c183 cvmx_phy_type_t phy_type; member in struct:cvmx_phy_info
215 phy_info.phy_type = (cvmx_phy_type_t) -1;
266 phy_info.phy_type = MARVELL_GENERIC_PHY;
270 phy_info.phy_type = BROADCOM_GENERIC_PHY;
274 phy_info.phy_type = -1;
943 // phy_info.phy_addr, phy_info.direct_connect, phy_info.phy_type);
948 switch(phy_info.phy_type)
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_phy.c463 enum ixgbe_phy_type phy_type; local
469 phy_type = ixgbe_phy_tn;
474 phy_type = ixgbe_phy_aq;
477 phy_type = ixgbe_phy_qt;
480 phy_type = ixgbe_phy_nl;
484 phy_type = ixgbe_phy_x550em_ext_t;
488 phy_type = ixgbe_phy_ext_1g_t;
491 phy_type = ixgbe_phy_unknown;
494 return phy_type;
/freebsd-13-stable/sys/dev/ixl/
H A Dixl_pf_main.c2763 config.phy_type = abilities.phy_type;
3133 u32 phy_type, phy_type_ext; local
3146 phy_type = abilities.phy_type;
3169 config.phy_type = 0;
3173 config.phy_type = phy_type;
3335 link_status.phy_type,
3336 ixl_phy_type_string_ls(link_status.phy_type),
[all...]
H A Di40e_common.c1245 switch (hw->phy.link_info.phy_type) {
1743 hw->phy.phy_types = LE32_TO_CPU(abilities->phy_type);
1840 config.phy_type = abilities.phy_type;
2017 hw_link_info->phy_type = (enum i40e_aq_phy_type)resp->phy_type;
2053 hw->aq.fw_min_ver < 40)) && hw_link_info->phy_type == 0xE)
2054 hw_link_info->phy_type = I40E_PHY_TYPE_10GBASE_SFPP_CU;
6293 config.phy_type = abilities.phy_type;
[all...]
H A Di40e_adminq_cmd.h2022 __le32 phy_type; /* bitmap using the above enum for offsets */ member in struct:i40e_aq_get_phy_abilities_resp
2077 __le32 phy_type; member in struct:i40e_aq_set_phy_config
2147 u8 phy_type; /* i40e_aq_phy_type */ member in struct:i40e_aqc_get_link_status
/freebsd-13-stable/sys/dev/bnxt/
H A Dif_bnxt.c2003 uint8_t phy_type = get_phy_type(softc); local
2013 switch (phy_type) {
2101 device_printf(softc->dev, "phy type %d not supported by driver\n", phy_type);
2401 uint8_t phy_type = link_info->phy_type; local
2404 if (phy_type != HWRM_PORT_PHY_QCFG_OUTPUT_PHY_TYPE_UNKNOWN)
2405 return phy_type;
2425 return phy_type;
H A Dbnxt.h330 uint8_t phy_type; member in struct:bnxt_link_info
H A Dbnxt_hwrm.c1608 link_info->phy_type = resp->phy_type;
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe_elink.h214 #define ELINK_FW_PARAM_SET(phy_addr, phy_type, mdio_access) \
215 (phy_addr | phy_type | mdio_access << ELINK_FW_PARAM_MDIO_CTRL_OFFSET)
/freebsd-13-stable/contrib/wpa/src/common/
H A Dieee802_11_common.h182 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht);
H A Dieee802_11_common.c1598 static enum phy_type ieee80211_phy_type_by_freq(int freq)
1621 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht)
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_def.h486 u16 phy_type; member in struct:phy_info

Completed in 516 milliseconds

12