Searched refs:fpm (Results 1 – 3 of 3) sorted by relevance
1088 struct ae_fpm_tbl *fpm; in roc_ae_fpm_get() local1108 fpm = (struct ae_fpm_tbl *)mz->addr; in roc_ae_fpm_get()1110 if (__atomic_fetch_add(&fpm->refcount, 1, __ATOMIC_SEQ_CST) != 0) in roc_ae_fpm_get()1130 struct ae_fpm_tbl *fpm; in roc_ae_fpm_put() local1136 fpm = (struct ae_fpm_tbl *)mz->addr; in roc_ae_fpm_put()1138 if (__atomic_sub_fetch(&fpm->refcount, 1, __ATOMIC_SEQ_CST) == 0) in roc_ae_fpm_put()
861 fwr->fpm = cpu_to_be16(f->fs.mask.fport); in set_filter_wr()
196 __be16 fpm; member