Home
last modified time | relevance | path

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

/src/sys/dev/netmap/
H A Dnetmap_legacy.c149 hdr->nr_reqtype = NETMAP_REQ_REGISTER; in nmreq_from_legacy()
298 case NETMAP_REQ_REGISTER: { in nmreq_to_legacy()
H A Dnetmap.c1568 if (hdr->nr_reqtype != NETMAP_REQ_REGISTER) { in netmap_get_na()
2779 case NETMAP_REQ_REGISTER: { in netmap_ioctl()
2936 hdr->nr_reqtype = NETMAP_REQ_REGISTER; in netmap_ioctl()
3012 hdr->nr_reqtype = NETMAP_REQ_REGISTER; in netmap_ioctl()
3046 hdr->nr_reqtype = NETMAP_REQ_REGISTER; in netmap_ioctl()
3094 hdr->nr_reqtype = NETMAP_REQ_REGISTER; in netmap_ioctl()
3244 case NETMAP_REQ_REGISTER: in nmreq_size_by_type()
H A Dnetmap_vale.c1150 if (hdr->nr_reqtype != NETMAP_REQ_REGISTER) { in netmap_vale_vp_create()
1335 hdr->nr_reqtype = NETMAP_REQ_REGISTER; in nm_vi_create()
1425 if (hdr->nr_reqtype != NETMAP_REQ_REGISTER) { in netmap_vi_create()
H A Dnetmap_bdg.c460 if (hdr->nr_reqtype != NETMAP_REQ_REGISTER) { in netmap_get_bdg_na()
/src/sys/net/
H A Dnetmap.h525 NETMAP_REQ_REGISTER = 1, enumerator
/src/lib/libnetmap/
H A Dnmport.c89 nmreq_header_init(&d->hdr, NETMAP_REQ_REGISTER, &d->reg); in nmport_new_with_ctx()
/src/tests/sys/netmap/
H A Dctrl-api-test.c247 hdr.nr_reqtype = NETMAP_REQ_REGISTER; in port_register()