Searched defs:is_tx_srs (Results 1 - 2 of 2) sorted by relevance

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

Completed in 99 milliseconds