Searched refs:tx_bcast (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/dmfe/ | ||
H A D | dmfe_impl.h | 275 uint8_t *tx_bcast; /* bitmask: pkt is bcast */ member in struct:dmfe |
H A D | dmfe_main.c | 904 } else if (dmfep->tx_bcast[byt] & bit) { 905 dmfep->tx_bcast[byt] &= ~bit; 1114 dmfep->tx_bcast[index / NBBY] |= 2365 dmfep->tx_bcast = kmem_zalloc(dmfep->tx.n_desc / NBBY, KM_SLEEP); 2405 if (dmfep->tx_bcast) 2406 kmem_free(dmfep->tx_bcast, dmfep->tx.n_desc / NBBY); |
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ | ||
H A D | emlxs_menlo.h | 538 uint64_t tx_bcast; member in struct:menlo_network_stats_rsp |
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/ | ||
H A D | t4fw_interface.h | 5834 __be64 tx_bcast; member in struct:fw_port_stats_cmd::fw_port_stats::fw_port_stats_all 5951 __be64 tx_bcast; member in struct:fw_port_lb_stats_cmd::fw_port_lb_stats::fw_port_lb_stats_all |
Completed in 101 milliseconds