Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_txc.c46 port = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_txc_init()
90 port = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_txc_uninit()
157 port = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_txc_tdc_bind()
259 port = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_txc_tdc_unbind()
H A Dnxge_ipp.c49 portn = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_ipp_init()
136 portn = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_ipp_disable()
192 portn = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_ipp_reset()
259 portn = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_ipp_enable()
295 portn = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_ipp_drain()
H A Dnxge_mac.c259 uint8_t portn = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_is_tn1010_phy()
283 uint8_t portn = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_get_xcvr_type()
574 uint8_t portn = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_setup_xcvr_table()
901 portn = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_mac_init()
1041 portn = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_xif_init()
1318 portn = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_mac_ctrl_init()
3596 uint8_t portn = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_is_nlp2020_phy()
3614 uint8_t portn = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_get_nlp2020_connector_type()
3912 uint8_t portn = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_tn1010_xcvr_init()
4178 portn = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_tx_mac_init()
[all …]
H A Dnxge_zcp.c45 portn = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_zcp_init()
H A Dnxge_virtual.c2471 group->port = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_get_logical_props()
2705 rdc_grp_p->port = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_set_hw_dma_config()
3891 NXGE_GET_PORT_NUM(func_num), i); in nxge_get_mac_addr_properties()
4096 NXGE_GET_PORT_NUM(func_num), slot - 1, &mac_addr); in nxge_init_mmac()
H A Dnxge_hio.c1098 group->port = NXGE_GET_PORT_NUM(nxge->function_num); in nxge_hio_group_mac_add()
H A Dnxge_main.c676 portn = NXGE_GET_PORT_NUM(nxgep->function_num); in nxge_attach()
/titanic_50/usr/src/uts/common/sys/nxge/
H A Dnxge.h73 #define NXGE_GET_PORT_NUM(n) n macro