Searched refs:OTX2_MAX_INLINE_PORTS (Results 1 – 2 of 2) sorted by relevance
13 static struct otx2_sec_idev_cfg sec_cfg[OTX2_MAX_INLINE_PORTS];58 if (qp == NULL || port_id >= OTX2_MAX_INLINE_PORTS) in otx2_sec_idev_tx_cpt_qp_add()92 for (port_id = 0; port_id < OTX2_MAX_INLINE_PORTS; port_id++) { in otx2_sec_idev_tx_cpt_qp_remove()129 if (port_id >= OTX2_MAX_INLINE_PORTS || qp == NULL) in otx2_sec_idev_tx_cpt_qp_get()172 for (port_id = 0; port_id < OTX2_MAX_INLINE_PORTS; port_id++) { in otx2_sec_idev_tx_cpt_qp_put()
11 #define OTX2_MAX_INLINE_PORTS 64 macro