Home
last modified time | relevance | path

Searched refs:NETMAP_REQ_REGISTER (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/dev/netmap/
H A Dnetmap_legacy.c150 hdr->nr_reqtype = NETMAP_REQ_REGISTER; in nmreq_from_legacy()
299 case NETMAP_REQ_REGISTER: { in nmreq_to_legacy()
H A Dnetmap.c1512 if (hdr->nr_reqtype != NETMAP_REQ_REGISTER) { in netmap_get_na()
2496 case NETMAP_REQ_REGISTER: { in netmap_ioctl()
2651 hdr->nr_reqtype = NETMAP_REQ_REGISTER; in netmap_ioctl()
2729 hdr->nr_reqtype = NETMAP_REQ_REGISTER; in netmap_ioctl()
2763 hdr->nr_reqtype = NETMAP_REQ_REGISTER; in netmap_ioctl()
2806 hdr->nr_reqtype = NETMAP_REQ_REGISTER; in netmap_ioctl()
2956 case NETMAP_REQ_REGISTER: in nmreq_size_by_type()
H A Dnetmap_vale.c1269 if (hdr->nr_reqtype != NETMAP_REQ_REGISTER) { in netmap_vale_vp_create()
1453 hdr->nr_reqtype = NETMAP_REQ_REGISTER; in nm_vi_create()
1543 if (hdr->nr_reqtype != NETMAP_REQ_REGISTER) { in netmap_vi_create()
H A Dnetmap_bdg.c462 if (hdr->nr_reqtype != NETMAP_REQ_REGISTER) { in netmap_get_bdg_na()
/freebsd-12.1/sys/net/
H A Dnetmap.h508 NETMAP_REQ_REGISTER = 1, enumerator
/freebsd-12.1/tests/sys/netmap/
H A Dctrl-api-test.c232 hdr.nr_reqtype = NETMAP_REQ_REGISTER; in port_register()