Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dmps_tcam.c65 struct mpstcam_table *mpstcam = adap->mpstcam; in cxgbe_mpstcam_alloc() local
69 if (!adap->mpstcam) { in cxgbe_mpstcam_alloc()
83 if (mpstcam->full) { in cxgbe_mpstcam_alloc()
97 entry = &mpstcam->entry[ret]; in cxgbe_mpstcam_alloc()
104 mpstcam->full = true; in cxgbe_mpstcam_alloc()
113 struct mpstcam_table *mpstcam = adap->mpstcam; in cxgbe_mpstcam_modify() local
116 if (!mpstcam) in cxgbe_mpstcam_modify()
154 mpstcam->full = true; in cxgbe_mpstcam_modify()
225 t->entry[i].mpstcam = t; in t4_init_mpstcam()
240 if (adap->mpstcam) in t4_cleanup_mpstcam()
[all …]
H A Dmps_tcam.h30 struct mpstcam_table *mpstcam; /* backptr */ member
H A Dcxgbevf_main.c286 adapter->mpstcam = t4_init_mpstcam(adapter); in cxgbevf_probe()
287 if (!adapter->mpstcam) in cxgbevf_probe()
H A Dcxgbe_main.c2195 adapter->mpstcam = t4_init_mpstcam(adapter); in cxgbe_probe()
2196 if (!adapter->mpstcam) in cxgbe_probe()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h353 struct mpstcam_table *mpstcam; member