Lines Matching refs:regreq
2924 struct nmreq_register regreq; in netmap_ioctl() local
2925 bzero(®req, sizeof(regreq)); in netmap_ioctl()
2926 regreq.nr_mode = NR_REG_ALL_NIC; in netmap_ioctl()
2927 regreq.nr_tx_slots = req->nr_tx_slots; in netmap_ioctl()
2928 regreq.nr_rx_slots = req->nr_rx_slots; in netmap_ioctl()
2929 regreq.nr_tx_rings = req->nr_tx_rings; in netmap_ioctl()
2930 regreq.nr_rx_rings = req->nr_rx_rings; in netmap_ioctl()
2931 regreq.nr_host_tx_rings = req->nr_host_tx_rings; in netmap_ioctl()
2932 regreq.nr_host_rx_rings = req->nr_host_rx_rings; in netmap_ioctl()
2933 regreq.nr_mem_id = req->nr_mem_id; in netmap_ioctl()
2937 hdr->nr_body = (uintptr_t)®req; in netmap_ioctl()
2996 struct nmreq_register regreq; in netmap_ioctl() local
2997 bzero(®req, sizeof(regreq)); in netmap_ioctl()
2998 regreq.nr_mode = NR_REG_ALL_NIC; in netmap_ioctl()
3013 hdr->nr_body = (uintptr_t)®req; in netmap_ioctl()
3040 struct nmreq_register regreq; in netmap_ioctl() local
3043 bzero(®req, sizeof(regreq)); in netmap_ioctl()
3044 regreq.nr_mode = NR_REG_ALL_NIC; in netmap_ioctl()
3047 hdr->nr_body = (uintptr_t)®req; in netmap_ioctl()
3089 struct nmreq_register regreq; in netmap_ioctl() local
3090 bzero(®req, sizeof(regreq)); in netmap_ioctl()
3091 regreq.nr_mem_id = req->nr_mem_id; in netmap_ioctl()
3092 regreq.nr_mode = NR_REG_ALL_NIC; in netmap_ioctl()
3095 hdr->nr_body = (uintptr_t)®req; in netmap_ioctl()