Searched refs:T4_FILTER_FCoE (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_ioctl.h112 #define T4_FILTER_FCoE 0x40 /* Fibre Channel over Ethernet packet */ macro
H A Dt4_filter.c363 if (mode & T4_FILTER_FCoE)
476 mode |= T4_FILTER_FCoE;
/freebsd-13-stable/usr.sbin/cxgbetool/
H A Dcxgbetool.c538 for (i = T4_FILTER_FCoE; i <= T4_FILTER_IP_FRAGMENT; i <<= 1) {
540 case T4_FILTER_FCoE:
819 for (i = T4_FILTER_FCoE; i <= T4_FILTER_IP_FRAGMENT; i <<= 1) {
821 case T4_FILTER_FCoE:
1058 if (mode & T4_FILTER_FCoE)
1110 mode |= T4_FILTER_FCoE;

Completed in 130 milliseconds