Lines Matching refs:reply_page
346 if ((cmd->flags & CMD_WANT_SKB) && !cmd->reply_page) { in il_send_cmd_sync()
367 if (cmd->reply_page) { in il_send_cmd_sync()
368 il_free_pages(il, cmd->reply_page); in il_send_cmd_sync()
369 cmd->reply_page = 0; in il_send_cmd_sync()
1271 pkt = (struct il_rx_pkt *)cmd.reply_page; in il_send_scan_abort()
1283 il_free_pages(il, cmd.reply_page); in il_send_scan_abort()
1856 pkt = (struct il_rx_pkt *)cmd.reply_page; in il_send_add_sta()
1859 il_free_pages(il, cmd.reply_page); in il_send_add_sta()
2110 pkt = (struct il_rx_pkt *)cmd.reply_page; in il_send_remove_station()
2133 il_free_pages(il, cmd.reply_page); in il_send_remove_station()
3308 meta->source->reply_page = (unsigned long)rxb_addr(rxb); in il_tx_cmd_complete()