Home
last modified time | relevance | path

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

/freebsd-13.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.c1526 if (hdr->nr_reqtype != NETMAP_REQ_REGISTER) { in netmap_get_na()
2515 case NETMAP_REQ_REGISTER: { in netmap_ioctl()
2670 hdr->nr_reqtype = NETMAP_REQ_REGISTER; in netmap_ioctl()
2751 hdr->nr_reqtype = NETMAP_REQ_REGISTER; in netmap_ioctl()
2785 hdr->nr_reqtype = NETMAP_REQ_REGISTER; in netmap_ioctl()
2828 hdr->nr_reqtype = NETMAP_REQ_REGISTER; in netmap_ioctl()
2978 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-13.1/sys/net/
H A Dnetmap.h511 NETMAP_REQ_REGISTER = 1, enumerator
/freebsd-13.1/lib/libnetmap/
H A Dnmport.c91 nmreq_header_init(&d->hdr, NETMAP_REQ_REGISTER, &d->reg); in nmport_new_with_ctx()
/freebsd-13.1/tests/sys/netmap/
H A Dctrl-api-test.c232 hdr.nr_reqtype = NETMAP_REQ_REGISTER; in port_register()