Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_ioctl.h112 #define T4_FILTER_FCoE 0x40 /* Fibre Channel over Ethernet packet */ macro
H A Dt4_filter.c361 if (mode & T4_FILTER_FCoE) in mode_to_fconf()
474 mode |= T4_FILTER_FCoE; in fconf_to_mode()
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c532 for (i = T4_FILTER_FCoE; i <= T4_FILTER_IP_FRAGMENT; i <<= 1) { in do_show_info_header()
534 case T4_FILTER_FCoE: in do_show_info_header()
803 for (i = T4_FILTER_FCoE; i <= T4_FILTER_IP_FRAGMENT; i <<= 1) { in do_show_one_filter_info()
805 case T4_FILTER_FCoE: in do_show_one_filter_info()
1017 if (mode & T4_FILTER_FCoE) in get_filter_mode()
1068 mode |= T4_FILTER_FCoE; in set_filter_mode()