Home
last modified time | relevance | path

Searched refs:bf_type (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/sun4/os/
H A Dbus_func.c47 bfd->bf_type = type; in bus_func_register()
71 if (bfd->bf_type == type && bfd->bf_func == func && in bus_func_unregister()
101 if (bfd->bf_type == type) { in bus_func_invoke()
/titanic_50/usr/src/uts/common/io/arn/
H A Darn_core.h348 uint32_t bf_type; /* BUF_* (enum buffer_type) */ member
363 #define bf_isdata(bf) (bf->bf_state.bf_type & BUF_DATA)
364 #define bf_isaggr(bf) (bf->bf_state.bf_type & BUF_AGGR)
365 #define bf_isampdu(bf) (bf->bf_state.bf_type & BUF_AMPDU)
366 #define bf_isht(bf) (bf->bf_state.bf_type & BUF_HT)
367 #define bf_isretried(bf) (bf->bf_state.bf_type & BUF_RETRY)
368 #define bf_isxretried(bf) (bf->bf_state.bf_type & BUF_XRETRY)
369 #define bf_isshpreamble(bf) (bf->bf_state.bf_type & BUF_SHORT_PREAMBLE)
370 #define bf_isbar(bf) (bf->bf_state.bf_type & BUF_BAR)
371 #define bf_ispspoll(bf) (bf->bf_state.bf_type & BUF_PSPOLL)
[all …]
H A Darn_xmit.c326 bf->bf_state.bf_type |= BUF_RETRY; in arn_tx_set_retry()
420 bf->bf_state.bf_type |= BUF_XRETRY; in arn_tx_complete_aggr()
751 bf->bf_state.bf_type &= ~BUF_AGGR; in arn_tx_sched_aggr()
759 bf->bf_state.bf_type |= BUF_AGGR; in arn_tx_sched_aggr()
1093 bf->bf_state.bf_type &= ~BUF_AMPDU; in arn_tx_send_ht_normal()
1258 (bf->bf_state.bf_type |= BUF_DATA) : in ath_tx_setup_buffer()
1259 (bf->bf_state.bf_type &= ~BUF_DATA); in ath_tx_setup_buffer()
1261 (bf->bf_state.bf_type |= BUF_BAR) : in ath_tx_setup_buffer()
1262 (bf->bf_state.bf_type &= ~BUF_BAR); in ath_tx_setup_buffer()
1264 (bf->bf_state.bf_type |= BUF_PSPOLL) : in ath_tx_setup_buffer()
[all …]
/titanic_50/usr/src/uts/sun4/sys/
H A Dasync.h116 int bf_type; /* type of function (see above) */ member