Home
last modified time | relevance | path

Searched refs:reply_page (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/iwlegacy/
Dcommon.c364 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 …]
D3945.c1708 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()
D3945-mac.c713 pkt = (struct il_rx_pkt *)cmd.reply_page; in il3945_get_measurement()
736 il_free_pages(il, cmd.reply_page); in il3945_get_measurement()
Dcommon.h579 unsigned long reply_page; member