Searched refs:PKI_VF_MAX (Results 1 – 2 of 2) sorted by relevance
23 struct octeontx_pkivf pki[PKI_VF_MAX];37 for (i = 0; i < PKI_VF_MAX; i++) { in octeontx_pki_port_open()43 if (i == PKI_VF_MAX) in octeontx_pki_port_open()209 if (unlikely(vfid >= PKI_VF_MAX)) { in pkivf_probe()
45 #define PKI_VF_MAX (32) macro