Searched refs:mpstcam (Results 1 – 5 of 5) sorted by relevance
66 struct mpstcam_table *mpstcam = adap->mpstcam; in cxgbe_mpstcam_alloc() local70 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() local117 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 …]
31 struct mpstcam_table *mpstcam; /* backptr */ member
286 adapter->mpstcam = t4_init_mpstcam(adapter); in cxgbevf_probe()287 if (!adapter->mpstcam) in cxgbevf_probe()
2242 adapter->mpstcam = t4_init_mpstcam(adapter); in cxgbe_probe()2243 if (!adapter->mpstcam) in cxgbe_probe()
343 struct mpstcam_table *mpstcam; member