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

/freebsd-current/sys/dev/ixl/
H A Dixl_pf_main.c575 f = ixl_find_filter(&vsi->ftl, macaddr, IXL_VLAN_ANY);
713 LIST_FOREACH_SAFE(f, &vsi->ftl, ftle, fn) {
1214 LIST_INIT(&vsi->ftl);
1253 LIST_CONCAT(&tmp, &vsi->ftl, ixl_mac_filter, ftle);
1261 * will be NULL. Furthermore, the ftl of such vsi already contains
1301 f = ixl_find_filter(&vsi->ftl, macaddr, vlan);
1322 tmp = ixl_find_filter(&vsi->ftl, macaddr, IXL_VLAN_ANY);
1371 f = ixl_find_filter(&vsi->ftl, macaddr, 0);
1387 f = ixl_find_filter(&vsi->ftl, macaddr, vlan);
1414 f = ixl_find_filter(&vsi->ftl, macadd
[all...]
H A Dixl.h435 struct ixl_ftl_head ftl; member in struct:ixl_vsi
H A Dixl_pf_iov.c1713 ixl_free_filters(&pf->vfs[i].vsi.ftl);
H A Dif_ixl.c901 ixl_free_filters(&vsi->ftl);
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_lib.c1048 BN_ULONG *ftl; local
1052 for (ftl = &(a->d[tmp_top]); tmp_top > 0; tmp_top--) {
1053 ftl--;
1054 if (*ftl != 0)
H A Dbn_local.h465 BN_ULONG *ftl = &(a)->d[(a)->top-1]; \
467 *(++ftl) = 0x0; \

Completed in 156 milliseconds