Searched refs:ftl (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/ixl/
H A Dixl_pf_main.c510 f = ixl_find_filter(&vsi->ftl, macaddr, IXL_VLAN_ANY);
582 LIST_FOREACH_SAFE(f, &vsi->ftl, ftle, fn) {
1072 LIST_INIT(&vsi->ftl);
1111 LIST_CONCAT(&tmp, &vsi->ftl, ixl_mac_filter, ftle);
1151 f = ixl_find_filter(&vsi->ftl, macaddr, vlan);
1172 tmp = ixl_find_filter(&vsi->ftl, macaddr, IXL_VLAN_ANY);
1221 f = ixl_find_filter(&vsi->ftl, macaddr, 0);
1237 f = ixl_find_filter(&vsi->ftl, macaddr, vlan);
1264 f = ixl_find_filter(&vsi->ftl, macaddr, vlan);
1281 tmp = ixl_find_filter(&vsi->ftl, macadd
[all...]
H A Dixl.h452 struct ixl_ftl_head ftl; member in struct:ixl_vsi
H A Dif_ixl.c868 ixl_free_filters(&vsi->ftl);
H A Dixl_pf_iov.c1720 ixl_free_filters(&pf->vfs[i].vsi.ftl);
/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Dbn_lib.c1006 BN_ULONG *ftl; local
1010 for (ftl = &(a->d[tmp_top]); tmp_top > 0; tmp_top--) {
1011 ftl--;
1012 if (*ftl != 0)
H A Dbn_local.h456 BN_ULONG *ftl = &(a)->d[(a)->top-1]; \
458 *(++ftl) = 0x0; \
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-l2d-defs.h199 uint64_t ftl : 1; /**< L2C Data Store Fatal Defect(across all QUADs) member in struct:cvmx_l2d_bst0::cvmx_l2d_bst0_s
221 uint64_t ftl : 1;

Completed in 154 milliseconds