Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/
H A Dmps_tcam.c66 struct mpstcam_table *mpstcam = adap->mpstcam; in cxgbe_mpstcam_alloc() local
70 if (!adap->mpstcam) { in cxgbe_mpstcam_alloc()
84 if (mpstcam->full) { in cxgbe_mpstcam_alloc()
105 mpstcam->full = true; in cxgbe_mpstcam_alloc()
114 struct mpstcam_table *mpstcam = adap->mpstcam; in cxgbe_mpstcam_modify() local
117 if (!mpstcam) in cxgbe_mpstcam_modify()
155 mpstcam->full = true; in cxgbe_mpstcam_modify()
218 t = adap->mpstcam; in cxgbe_mpstcam_rawf_enable()
249 t = adap->mpstcam; in cxgbe_mpstcam_rawf_disable()
288 t->entry[i].mpstcam = t; in t4_init_mpstcam()
[all …]
H A Dmps_tcam.h31 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.c2242 adapter->mpstcam = t4_init_mpstcam(adapter); in cxgbe_probe()
2243 if (!adapter->mpstcam) in cxgbe_probe()
/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h343 struct mpstcam_table *mpstcam; member