Searched refs:is_tx_srs (Results 1 – 2 of 2) sorted by relevance
1039 boolean_t is_tx_srs; in mac_srs_stat_create() local1045 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() local1104 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() local1152 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 …]
2106 boolean_t is_tx_srs = ((srs_type & SRST_TX) != 0); in mac_srs_create() local2122 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()