Searched refs:mpstcam (Results 1 – 5 of 5) sorted by relevance
65 struct mpstcam_table *mpstcam = adap->mpstcam; in cxgbe_mpstcam_alloc() local69 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() local116 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 …]
30 struct mpstcam_table *mpstcam; /* backptr */ member
286 adapter->mpstcam = t4_init_mpstcam(adapter); in cxgbevf_probe()287 if (!adapter->mpstcam) in cxgbevf_probe()
2195 adapter->mpstcam = t4_init_mpstcam(adapter); in cxgbe_probe()2196 if (!adapter->mpstcam) in cxgbe_probe()
353 struct mpstcam_table *mpstcam; member