Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_hw.c364 } else if (nxgep->mac.portmode == PORT_10G_FIBER) { in nxge_check_xaui_xfp()
493 if (nxgep->mac.portmode == PORT_10G_FIBER || in nxge_syserr_intr()
494 nxgep->mac.portmode == PORT_10G_COPPER || in nxge_syserr_intr()
495 nxgep->mac.portmode == PORT_10G_TN1010 || in nxge_syserr_intr()
496 nxgep->mac.portmode == PORT_1G_TN1010) { in nxge_syserr_intr()
693 if (nxgep->mac.portmode != PORT_1G_TN1010 && in nxge_loopback_ioctl()
694 nxgep->mac.portmode != PORT_10G_TN1010) { in nxge_loopback_ioctl()
699 if (nxgep->mac.portmode == PORT_10G_COPPER || in nxge_loopback_ioctl()
700 nxgep->mac.portmode == PORT_10G_TN1010 || in nxge_loopback_ioctl()
701 nxgep->mac.portmode == PORT_10G_FIBER) in nxge_loopback_ioctl()
[all …]
H A Dnxge_mac.c288 if (nxgep->mac.portmode == PORT_10G_SERDES && in nxge_get_xcvr_type()
294 nxgep->mac.portmode = 0; in nxge_get_xcvr_type()
302 nxgep->mac.portmode = PORT_HSP_MODE; in nxge_get_xcvr_type()
308 nxgep->mac.portmode = PORT_HSP_MODE; in nxge_get_xcvr_type()
314 nxgep->mac.portmode = PORT_HSP_MODE; in nxge_get_xcvr_type()
321 if (nxgep->mac.portmode == PORT_HSP_MODE) { in nxge_get_xcvr_type()
338 nxgep->mac.portmode = PORT_10G_SERDES; in nxge_get_xcvr_type()
345 nxgep->mac.portmode = PORT_10G_FIBER; in nxge_get_xcvr_type()
361 nxgep->mac.portmode = PORT_10G_SERDES; in nxge_get_xcvr_type()
366 nxgep->mac.portmode = PORT_1G_SERDES; in nxge_get_xcvr_type()
[all …]
H A Dnxge_espc.c151 nxgep->mac.portmode = PORT_10G_FIBER; in nxge_espc_phy_type_get()
155 nxgep->mac.portmode = PORT_10G_COPPER; in nxge_espc_phy_type_get()
159 nxgep->mac.portmode = PORT_1G_FIBER; in nxge_espc_phy_type_get()
163 nxgep->mac.portmode = PORT_1G_COPPER; in nxge_espc_phy_type_get()
H A Dnxge_fzc.c987 if ((nxgep->mac.portmode == PORT_1G_COPPER) || in nxge_init_fzc_rxdma_port()
988 (nxgep->mac.portmode == PORT_1G_FIBER) || in nxge_init_fzc_rxdma_port()
989 (nxgep->mac.portmode == PORT_1G_TN1010) || in nxge_init_fzc_rxdma_port()
990 (nxgep->mac.portmode == PORT_1G_SERDES)) { in nxge_init_fzc_rxdma_port()
H A Dnxge_send.c212 switch (nxgep->mac.portmode) { in nxge_start()
H A Dnxge_main.c749 nxgep->mac.portmode = PORT_LOGICAL; in nxge_attach()
5182 switch (nxgep->mac.portmode) { in nxge_get_priv_prop()
6953 switch (nxgep->mac.portmode) { in nxge_create_msi_property()
H A Dnxge_ndd.c892 switch (nxgep->mac.portmode) { in nxge_param_get_port_mode()
/titanic_41/usr/src/uts/common/sys/nxge/
H A Dnxge_mac.h226 nxge_port_mode_t portmode; member