Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c48 } pfl_info; in otx2_mcam_pfl_info_get() local
54 if (pfl_info.is_set) { in otx2_mcam_pfl_info_get()
55 *x4_slots = pfl_info.x4_slots; in otx2_mcam_pfl_info_get()
56 *kw_type = pfl_info.kw_type; in otx2_mcam_pfl_info_get()
81 pfl_info.kw_type = rsp->kw_type; in otx2_mcam_pfl_info_get()
83 pfl_info.x4_slots = 0; in otx2_mcam_pfl_info_get()
85 pfl_info.x4_slots = rsp->x4_slots; in otx2_mcam_pfl_info_get()
86 pfl_info.is_set = true; in otx2_mcam_pfl_info_get()
88 *x4_slots = pfl_info.x4_slots; in otx2_mcam_pfl_info_get()
89 *kw_type = pfl_info.kw_type; in otx2_mcam_pfl_info_get()