Searched refs:max_vfs (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt.h378 uint16_t max_vfs; member in struct:bnxt_pf_info
H A Dbnxt_hwrm.c454 pf->max_vfs = le16toh(resp->max_vfs);
H A Dhsi_struct_def.h6418 uint16_t max_vfs; member in struct:hwrm_func_qcaps_output
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c8294 uint32_t max_vfs; local
8306 max_vfs = RESC_NUM(&cdev->hwfns[0], ECORE_VPORT);
8308 QL_DPRINT2(ha," dev = %p enter num_vfs = %d max_vfs = %d\n",
8309 dev, num_vfs, max_vfs);
8311 if (num_vfs >= max_vfs) {

Completed in 261 milliseconds