Home
last modified time | relevance | path

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

/drivers/block/
Drbd.c4678 struct page *reply_page; in rbd_obj_method_sync() local
4699 reply_page = alloc_page(GFP_KERNEL); in rbd_obj_method_sync()
4700 if (!reply_page) { in rbd_obj_method_sync()
4708 &reply_page, &inbound_size); in rbd_obj_method_sync()
4710 memcpy(inbound, page_address(reply_page), inbound_size); in rbd_obj_method_sync()
4716 __free_page(reply_page); in rbd_obj_method_sync()
5649 struct page *reply_page, in __get_parent_info() argument
5659 req_page, sizeof(u64), &reply_page, &reply_len); in __get_parent_info()
5663 p = page_address(reply_page); in __get_parent_info()
5671 req_page, sizeof(u64), &reply_page, &reply_len); in __get_parent_info()
[all …]
/drivers/net/wireless/intel/iwlegacy/
Dcommon.c346 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()
1854 pkt = (struct il_rx_pkt *)cmd.reply_page; in il_send_add_sta()
1857 il_free_pages(il, cmd.reply_page); in il_send_add_sta()
2108 pkt = (struct il_rx_pkt *)cmd.reply_page; in il_send_remove_station()
2131 il_free_pages(il, cmd.reply_page); in il_send_remove_station()
[all …]
D3945.c1691 pkt = (struct il_rx_pkt *)cmd.reply_page; in il3945_send_rxon_assoc()
1697 il_free_pages(il, cmd.reply_page); in il3945_send_rxon_assoc()
D3945-mac.c688 pkt = (struct il_rx_pkt *)cmd.reply_page; in il3945_get_measurement()
711 il_free_pages(il, cmd.reply_page); in il3945_get_measurement()
Dcommon.h565 unsigned long reply_page; member