Searched refs:reply_page (Results 1 – 4 of 4) sorted by relevance
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()[all …]
1708 pkt = (struct il_rx_pkt *)cmd.reply_page; in il3945_send_rxon_assoc()1714 il_free_pages(il, cmd.reply_page); in il3945_send_rxon_assoc()
713 pkt = (struct il_rx_pkt *)cmd.reply_page; in il3945_get_measurement()736 il_free_pages(il, cmd.reply_page); in il3945_get_measurement()
579 unsigned long reply_page; member