Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/ifconfig/
H A Difconfig.c1485 nvlist_t *nvcap; in setifcapnv() local
1502 nvcap = nvlist_create(0); in setifcapnv()
1503 if (nvcap == NULL) in setifcapnv()
1513 nvlist_add_bool(nvcap, mopt, !neg); in setifcapnv()
1516 buf = nvlist_pack(nvcap, &nvbuflen); in setifcapnv()
1526 nvlist_destroy(nvcap); in setifcapnv()
1645 nvlist_t *nvcap; in print_ifcap_nv() local
1660 if (nvcap == NULL) in print_ifcap_nv()
1671 val = nvlist_get_bool(nvcap, nvname); in print_ifcap_nv()
1682 nvname = nvlist_next(nvcap, &type, in print_ifcap_nv()
[all …]
/freebsd-14.2/sys/net/
H A Dif.c2448 nvlist_t *nvcap; in ifhwioctl() local
2474 nvcap = nvlist_create(0); in ifhwioctl()
2476 if_capint_to_capnv(nvcap, ifcap_nv_bit_names, in ifhwioctl()
2481 __DECONST(caddr_t, nvcap)); in ifhwioctl()
2488 buf = nvlist_pack(nvcap, &nvbuflen); in ifhwioctl()
2490 error = nvlist_error(nvcap); in ifhwioctl()
2506 nvlist_destroy(nvcap); in ifhwioctl()
2673 nvcap = NULL; in ifhwioctl()
2681 if (nvcap == NULL) { in ifhwioctl()
2699 drv_ioctl_data.nvcap = nvcap; in ifhwioctl()
[all …]
H A Dif.h686 struct nvlist *nvcap; member
H A Dif_lagg.c2039 drv_ioctl_data.nvcap = NULL; in lagg_setcaps()
/freebsd-14.2/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3499 drv_ioctl_data->nvcap = NULL; in mlx5e_ioctl()