Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dmps_tcam.c17 static int cxgbe_update_free_idx(struct mpstcam_table *t) in cxgbe_update_free_idx()
42 cxgbe_mpstcam_lookup(struct mpstcam_table *t, const u8 *eth_addr, in cxgbe_mpstcam_lookup()
65 struct mpstcam_table *mpstcam = adap->mpstcam; in cxgbe_mpstcam_alloc()
113 struct mpstcam_table *mpstcam = adap->mpstcam; in cxgbe_mpstcam_modify()
179 struct mpstcam_table *t = adap->mpstcam; in cxgbe_mpstcam_remove()
209 struct mpstcam_table *t4_init_mpstcam(struct adapter *adap) in t4_init_mpstcam()
211 struct mpstcam_table *t; in t4_init_mpstcam()
H A Dmps_tcam.h30 struct mpstcam_table *mpstcam; /* backptr */
34 struct mpstcam_table { struct
46 struct mpstcam_table *t4_init_mpstcam(struct adapter *adap); argument
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h353 struct mpstcam_table *mpstcam;