Home
last modified time | relevance | path

Searched refs:rb_stts (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dinternal.h160 void *rb_stts; member
197 __le16 *rb_stts = rxq->rb_stts; in iwl_get_closed_rb_stts() local
199 return READ_ONCE(*rb_stts); in iwl_get_closed_rb_stts()
201 struct iwl_rb_status *rb_stts = rxq->rb_stts; in iwl_get_closed_rb_stts() local
203 return READ_ONCE(rb_stts->closed_rb_num); in iwl_get_closed_rb_stts()
H A Drx.c695 rxq->rb_stts = NULL;
753 rxq->rb_stts = (u8 *)trans_pcie->base_rb_stts + rxq->id * rb_stts_size;
1123 memset(rxq->rb_stts, 0,
H A Dtrans.c2745 if (rxq->rb_stts) { in iwl_dbgfs_rx_queue_read()