Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c165 bool is_x2 = false; in otx2_alloc_mcam_entries() local
191 is_x2 = kw_type == NPC_MCAM_KEY_X2; in otx2_alloc_mcam_entries()
212 req->kw_type = is_x2 ? NPC_MCAM_KEY_X2 : NPC_MCAM_KEY_X4; in otx2_alloc_mcam_entries()
233 ref = is_x2 ? ref : ref & (x4_slots - 1); in otx2_alloc_mcam_entries()
1196 bool modify = false, is_x2; in otx2_add_flow_msg() local
1211 is_x2 = kw_type == NPC_MCAM_KEY_X2; in otx2_add_flow_msg()
1212 if (!is_x2) { in otx2_add_flow_msg()