Searched refs:portmode (Results 1 – 8 of 8) sorted by relevance
364 } 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 …]
288 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 …]
151 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()
987 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()
212 switch (nxgep->mac.portmode) { in nxge_start()
750 nxgep->mac.portmode = PORT_LOGICAL; in nxge_attach()5183 switch (nxgep->mac.portmode) { in nxge_get_priv_prop()6954 switch (nxgep->mac.portmode) { in nxge_create_msi_property()
892 switch (nxgep->mac.portmode) { in nxge_param_get_port_mode()
226 nxge_port_mode_t portmode; member