Home
last modified time | relevance | path

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

/freebsd/sbin/ifconfig/
H A Difconfig.c1476 nvlist_t *nvcap; in setifcapnv() local
1493 nvcap = nvlist_create(0); in setifcapnv()
1494 if (nvcap == NULL) in setifcapnv()
1504 nvlist_add_bool(nvcap, mopt, !neg); in setifcapnv()
1507 buf = nvlist_pack(nvcap, &nvbuflen); in setifcapnv()
1517 nvlist_destroy(nvcap); in setifcapnv()
1679 nvlist_t *nvcap; in print_ifcap_nv() local
1694 if (nvcap == NULL) in print_ifcap_nv()
1705 val = nvlist_get_bool(nvcap, nvname); in print_ifcap_nv()
1716 nvname = nvlist_next(nvcap, &type, in print_ifcap_nv()
[all …]
/freebsd/sys/net/
H A Dif.c2466 nvlist_t *nvcap; in ifhwioctl() local
2492 nvcap = nvlist_create(0); in ifhwioctl()
2494 if_capint_to_capnv(nvcap, ifcap_nv_bit_names, in ifhwioctl()
2499 __DECONST(caddr_t, nvcap)); in ifhwioctl()
2506 buf = nvlist_pack(nvcap, &nvbuflen); in ifhwioctl()
2508 error = nvlist_error(nvcap); in ifhwioctl()
2524 nvlist_destroy(nvcap); in ifhwioctl()
2680 nvcap = NULL; in ifhwioctl()
2688 if (nvcap == NULL) { in ifhwioctl()
2706 drv_ioctl_data.nvcap = nvcap; in ifhwioctl()
[all …]
H A Dif.h684 struct nvlist *nvcap; member
H A Dif_lagg.c2062 drv_ioctl_data.nvcap = NULL; in lagg_setcaps()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3499 drv_ioctl_data->nvcap = NULL; in mlx5e_ioctl()