Home
last modified time | relevance | path

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

/freebsd/sbin/ifconfig/
H A Difconfig.c1483 nvlist_t *nvcap; in setifcapnv() local
1500 nvcap = nvlist_create(0); in setifcapnv()
1501 if (nvcap == NULL) in setifcapnv()
1508 nvlist_add_bool(nvcap, "rxtls4", !neg); in setifcapnv()
1509 nvlist_add_bool(nvcap, "rxtls6", !neg); in setifcapnv()
1511 nvlist_add_bool(nvcap, mopt, !neg); in setifcapnv()
1514 buf = nvlist_pack(nvcap, &nvbuflen); in setifcapnv()
1524 nvlist_destroy(nvcap); in setifcapnv()
1687 nvlist_t *nvcap; in print_ifcap_nv() local
1700 nvcap = nvlist_unpack(ifr.ifr_cap_nv.buffer, in print_ifcap_nv()
[all …]
/freebsd/sys/net/
H A Dif.c2535 nvlist_t *nvcap; in ifhwioctl() local
2561 nvcap = nvlist_create(0); in ifhwioctl()
2563 if_capint_to_capnv(nvcap, ifcap_nv_bit_names, in ifhwioctl()
2565 if_capint_to_capnv(nvcap, ifcap2_nv_bit_names, in ifhwioctl()
2568 __DECONST(caddr_t, nvcap)); in ifhwioctl()
2575 buf = nvlist_pack(nvcap, &nvbuflen); in ifhwioctl()
2577 error = nvlist_error(nvcap); in ifhwioctl()
2593 nvlist_destroy(nvcap); in ifhwioctl()
2751 nvcap = NULL; in ifhwioctl()
2758 nvcap = nvlist_unpack(buf, ifr->ifr_cap_nv.length, 0); in ifhwioctl()
[all …]
H A Dif.h690 struct nvlist *nvcap; member
H A Dif_lagg.c2065 drv_ioctl_data.nvcap = NULL; in lagg_setcaps()
H A Dif_geneve.c2291 drv_ioctl_data->nvcap = NULL; in geneve_ioctl()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3621 drv_ioctl_data->nvcap = NULL; in mlx5e_ioctl()