Home
last modified time | relevance | path

Searched refs:is_tx_srs (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_stat.c1039 boolean_t is_tx_srs; in mac_srs_stat_create() local
1045 is_tx_srs = ((mac_srs->srs_type & SRST_TX) != 0); in mac_srs_stat_create()
1047 if (is_tx_srs) { in mac_srs_stat_create()
1097 boolean_t is_tx_srs; in mac_soft_ring_stat_create() local
1104 is_tx_srs = ((mac_srs->srs_type & SRST_TX) != 0); in mac_soft_ring_stat_create()
1105 if (is_tx_srs) { /* tx side hardware lane */ in mac_soft_ring_stat_create()
1150 boolean_t is_tx_srs; in mac_srs_stat_delete() local
1152 is_tx_srs = ((mac_srs->srs_type & SRST_TX) != 0); in mac_srs_stat_delete()
1153 if (!is_tx_srs) { in mac_srs_stat_delete()
1186 boolean_t is_tx_srs; in mac_soft_ring_stat_delete() local
[all …]
H A Dmac_datapath_setup.c2106 boolean_t is_tx_srs = ((srs_type & SRST_TX) != 0); in mac_srs_create() local
2122 if (is_tx_srs) { in mac_srs_create()
2220 if (!is_tx_srs) { in mac_srs_create()
2239 if (is_tx_srs) { in mac_srs_create()