Home
last modified time | relevance | path

Searched refs:CMD_CAPABILITY (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/enic/
H A Dvnic_dev.c220 if (cmd != CMD_CAPABILITY) in _vnic_dev_cmd()
292 cmd != CMD_CAPABILITY) in _vnic_dev_cmd2()
343 cmd != CMD_CAPABILITY) in vnic_dev_cmd_proxy()
427 return vnic_dev_cmd_args(vdev, CMD_CAPABILITY, args, nargs, 1000); in vnic_dev_advanced_filters_cap()
436 err = vnic_dev_cmd(vdev, CMD_CAPABILITY, &a0, &a1, wait); in vnic_dev_capable_adv_filters()
472 err = vnic_dev_cmd_args(vdev, CMD_CAPABILITY, args, 2, 1000); in vnic_dev_capable_filter_mode()
505 err = vnic_dev_cmd(vdev, CMD_CAPABILITY, &a0, &a1, wait); in vnic_dev_capable_udp_rss_weak()
518 err = vnic_dev_cmd(vdev, CMD_CAPABILITY, &a0, &a1, wait); in vnic_dev_capable()
H A Dvnic_devcmd.h243 CMD_CAPABILITY = _CMDC(_CMD_DIR_RW, _CMD_VTYPE_ALL, 36), enumerator