Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_ae_fpm_tables.c1088 struct ae_fpm_tbl *fpm; in roc_ae_fpm_get() local
1108 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() local
1136 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()
/dpdk/drivers/net/cxgbe/
H A Dcxgbe_filter.c861 fwr->fpm = cpu_to_be16(f->fs.mask.fport); in set_filter_wr()
/dpdk/drivers/net/cxgbe/base/
H A Dt4fw_interface.h196 __be16 fpm; member