Home
last modified time | relevance | path

Searched refs:port_mode (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/arm/ti/usb/
H A Domap_host.c113 int port_mode[3]; member
153 switch(isc->port_mode[0]) { in omap_uhh_init()
177 switch(isc->port_mode[1]) { in omap_uhh_init()
254 if (isc->port_mode[0] == EHCI_HCD_OMAP_MODE_TLL) in omap_uhh_init()
259 if (isc->port_mode[1] == EHCI_HCD_OMAP_MODE_TLL) in omap_uhh_init()
282 if (isc->port_mode[i] == EHCI_HCD_OMAP_MODE_TLL) in omap_uhh_init()
343 return isc->port_mode[port]; in omap_usb_port_mode()
390 isc->port_mode[i] = EHCI_HCD_OMAP_MODE_UNKNOWN; in omap_uhh_attach()
397 isc->port_mode[i] = EHCI_HCD_OMAP_MODE_PHY; in omap_uhh_attach()
399 isc->port_mode[i] = EHCI_HCD_OMAP_MODE_TLL; in omap_uhh_attach()
[all …]
/freebsd/sys/dev/axgbe/
H A Dxgbe-phy-v2.c356 enum xgbe_port_mode port_mode; member
2071 switch (phy_data->port_mode) { in xgbe_phy_an_advertising()
2155 switch (phy_data->port_mode) { in xgbe_phy_an_mode()
2501 switch (phy_data->port_mode) { in xgbe_phy_switch_mode()
2598 switch (phy_data->port_mode) { in xgbe_phy_get_mode()
2828 switch (phy_data->port_mode) { in xgbe_phy_use_mode()
2928 switch (phy_data->port_mode) { in xgbe_phy_valid_speed()
3380 switch (phy_data->port_mode) { in xgbe_phy_port_mode_mismatch()
3433 switch (phy_data->port_mode) { in xgbe_phy_conn_type_mismatch()
3634 switch (phy_data->port_mode) { in xgbe_phy_start()
[all …]
/freebsd/usr.sbin/ctladm/
H A Dctladm.c420 if (port_mode != CCTL_PORT_MODE_NONE) in cctl_port()
423 port_mode = CCTL_PORT_MODE_LIST; in cctl_port()
426 port_mode = CCTL_PORT_MODE_CREATE; in cctl_port()
429 port_mode = CCTL_PORT_MODE_REMOVE; in cctl_port()
432 if (port_mode != CCTL_PORT_MODE_NONE) in cctl_port()
436 port_mode = CCTL_PORT_MODE_ON; in cctl_port()
438 port_mode = CCTL_PORT_MODE_OFF; in cctl_port()
511 if ((port_mode != CCTL_PORT_MODE_NONE) in cctl_port()
515 port_mode = CCTL_PORT_MODE_SET; in cctl_port()
525 port_mode = CCTL_PORT_MODE_SET; in cctl_port()
[all …]
/freebsd/sys/ofed/include/rdma/
H A Dopa_port_info.h341 __be16 port_mode; /* 9 res, bit fields */ member
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dev.c5118 p_hwfn->hw_info.port_mode = ECORE_PORT_MODE_DE_2X40G; in ecore_hw_get_nvm_info()
5121 p_hwfn->hw_info.port_mode = ECORE_PORT_MODE_DE_2X50G; in ecore_hw_get_nvm_info()
5133 p_hwfn->hw_info.port_mode = ECORE_PORT_MODE_DE_4X20G; in ecore_hw_get_nvm_info()
5136 p_hwfn->hw_info.port_mode = ECORE_PORT_MODE_DE_1X40G; in ecore_hw_get_nvm_info()
5139 p_hwfn->hw_info.port_mode = ECORE_PORT_MODE_DE_2X25G; in ecore_hw_get_nvm_info()
5142 p_hwfn->hw_info.port_mode = ECORE_PORT_MODE_DE_2X10G; in ecore_hw_get_nvm_info()
5447 u32 port_mode; in ecore_hw_info_port_num_bb() local
5452 port_mode = 4; in ecore_hw_info_port_num_bb()
5455 port_mode = 1; in ecore_hw_info_port_num_bb()
5460 if (port_mode < 3) { in ecore_hw_info_port_num_bb()
[all …]
H A Decore.h493 u32 port_mode; member
H A Decore_dbg_fw_funcs.c4051 u8 i, port_mode = 0; in ecore_grc_dump() local
4061 case 0: port_mode = 1; break; in ecore_grc_dump()
4062 case 1: port_mode = 2; break; in ecore_grc_dump()
4063 case 2: port_mode = 4; break; in ecore_grc_dump()
4075 offset += ecore_dump_num_param(dump_buf + offset, dump, "num-ports", port_mode); in ecore_grc_dump()
/freebsd/sys/dev/sfxge/common/
H A Def10_tlv_layout.h561 uint32_t port_mode; member