Home
last modified time | relevance | path

Searched refs:OPA_VNIC_FLOW_TBL_SIZE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_internal.h66 #define OPA_VNIC_FLOW_TBL_SIZE 32 macro
220 u8 flow_tbl[OPA_VNIC_FLOW_TBL_SIZE];
H A Dopa_vnic_netdev.c178 * is not available. Up to OPA_VNIC_FLOW_TBL_SIZE flows supported. in opa_vnic_process_vema_config()
182 for (i = 0; i < OPA_VNIC_FLOW_TBL_SIZE; i++) in opa_vnic_process_vema_config()
H A Dopa_vnic_encap.c467 return adapter->flow_tbl[flow_id & (OPA_VNIC_FLOW_TBL_SIZE - 1)]; in opa_vnic_get_def_port()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_internal.h66 #define OPA_VNIC_FLOW_TBL_SIZE 32 macro
220 u8 flow_tbl[OPA_VNIC_FLOW_TBL_SIZE];
H A Dopa_vnic_netdev.c177 * is not available. Up to OPA_VNIC_FLOW_TBL_SIZE flows supported. in opa_vnic_process_vema_config()
181 for (i = 0; i < OPA_VNIC_FLOW_TBL_SIZE; i++) in opa_vnic_process_vema_config()
H A Dopa_vnic_encap.c467 return adapter->flow_tbl[flow_id & (OPA_VNIC_FLOW_TBL_SIZE - 1)]; in opa_vnic_get_def_port()

Completed in 5 milliseconds