Lines Matching defs:rxb
513 struct iwl_rx_cmd_buffer rxb;
519 struct iwl_rx_cmd_buffer *rxb)
521 struct iwl_rx_packet *pkt = rxb_addr(rxb);
532 struct iwl_rx_cmd_buffer *rxb,
556 entry->rxb._page = rxb_steal_page(rxb);
557 entry->rxb._offset = rxb->_offset;
558 entry->rxb._rx_page_order = rxb->_rx_page_order;
570 iwl_mld_log_async_handler_op(mld, "Queued", rxb);
578 struct iwl_rx_cmd_buffer *rxb)
580 struct iwl_rx_packet *pkt = rxb_addr(rxb);
585 iwl_mld_rx_mpdu(mld, napi, rxb, 0);
596 iwl_mld_rx_notif(mld, rxb, pkt);
600 struct iwl_rx_cmd_buffer *rxb, unsigned int queue)
602 struct iwl_rx_packet *pkt = rxb_addr(rxb);
610 iwl_mld_rx_mpdu(mld, napi, rxb, queue);
636 iwl_mld_log_async_handler_op(mld, "Delete", &entry->rxb);
637 iwl_free_rxb(&entry->rxb);
659 iwl_mld_log_async_handler_op(mld, "Handle", &entry->rxb);
660 entry->rx_h->fn(mld, rxb_addr(&entry->rxb));
661 iwl_free_rxb(&entry->rxb);
677 iwl_mld_log_async_handler_op(mld, "Purged", &entry->rxb);
678 iwl_free_rxb(&entry->rxb);
705 if (rx_h->cancel(mld, rxb_addr(&entry->rxb), obj_id)) {
706 iwl_mld_log_async_handler_op(mld, "Cancel", &entry->rxb);
716 iwl_free_rxb(&entry->rxb);