Lines Matching refs:reply_page
364 if ((cmd->flags & CMD_WANT_SKB) && !cmd->reply_page) { in il_send_cmd_sync()
385 if (cmd->reply_page) { in il_send_cmd_sync()
386 il_free_pages(il, cmd->reply_page); in il_send_cmd_sync()
387 cmd->reply_page = 0; in il_send_cmd_sync()
1291 pkt = (struct il_rx_pkt *)cmd.reply_page; in il_send_scan_abort()
1303 il_free_pages(il, cmd.reply_page); in il_send_scan_abort()
1873 pkt = (struct il_rx_pkt *)cmd.reply_page; in il_send_add_sta()
1876 il_free_pages(il, cmd.reply_page); in il_send_add_sta()
2127 pkt = (struct il_rx_pkt *)cmd.reply_page; in il_send_remove_station()
2150 il_free_pages(il, cmd.reply_page); in il_send_remove_station()
3322 meta->source->reply_page = (unsigned long)rxb_addr(rxb); in il_tx_cmd_complete()