Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/
Dt4_filter.c331 uint32_t fconf = 0; in mode_to_fconf() local
334 fconf |= F_FRAGMENTATION; in mode_to_fconf()
337 fconf |= F_MPSHITTYPE; in mode_to_fconf()
340 fconf |= F_MACMATCH; in mode_to_fconf()
343 fconf |= F_ETHERTYPE; in mode_to_fconf()
346 fconf |= F_PROTOCOL; in mode_to_fconf()
349 fconf |= F_TOS; in mode_to_fconf()
352 fconf |= F_VLAN; in mode_to_fconf()
355 fconf |= F_VNIC_ID; in mode_to_fconf()
358 fconf |= F_PORT; in mode_to_fconf()
[all …]