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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h251 * This is used both for Tx and Rx side. The srs_type identifies Rx or
263 * fanout type (specified by srs_type). In poll mode, the poll thread which is
267 * The srs_type can either be protocol based or fanout based where fanout itelf
303 uint32_t srs_type; member in struct:mac_soft_ring_set_s
423 * defines for srs_type - identifies a link or a sub-flow
548 if ((mac_srs)->srs_type & SRST_BW_CONTROL) \
612 if ((srs)->srs_type & SRST_BW_CONTROL) { \
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c322 if (!(mac_srs->srs_type & SRST_CLIENT_POLL_ENABLED)) {
323 ASSERT(!(mac_srs->srs_type & SRST_DLS_BYPASS));
345 if (!(mac_srs->srs_type & SRST_CLIENT_POLL_ENABLED)) {
346 ASSERT(!(mac_srs->srs_type & SRST_DLS_BYPASS));
386 if (mac_srs->srs_type & SRST_NO_SOFT_RINGS)
392 mac_srs->srs_type |= SRST_CLIENT_POLL_ENABLED;
444 if (mac_srs->srs_type & SRST_NO_SOFT_RINGS)
448 if (!(mac_srs->srs_type & SRST_CLIENT_POLL_ENABLED)) {
449 ASSERT(!(mac_srs->srs_type & SRST_DLS_BYPASS));
453 mac_srs->srs_type
2097 mac_srs_create(mac_client_impl_t *mcip, flow_entry_t *flent, uint32_t srs_type, mac_direct_rx_t rx_func, void *x_arg1, mac_resource_handle_t x_arg2, mac_ring_t *ring) argument
[all...]

Completed in 49 milliseconds