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

/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_ioctl.h224 uint32_t nat_mode:3; /* NAT operation mode */ member in struct:t4_filter_specification
H A Dt4_filter.c688 V_FW_FILTER2_WR_ULP_TYPE(f->fs.nat_mode ?
691 V_FW_FILTER2_WR_NATMODE(f->fs.nat_mode);
859 t->fs.swapmac || t->fs.nat_mode))
1443 V_ULP_MODE(f->fs.nat_mode ? ULP_MODE_TCPDDP : ULP_MODE_NONE) |
1448 V_TX_QUEUE(f->fs.nat_mode) | V_WND_SCALE_EN(f->fs.nat_flag_chk) |
1487 V_ULP_MODE(f->fs.nat_mode ? ULP_MODE_TCPDDP : ULP_MODE_NONE) |
1492 V_TX_QUEUE(f->fs.nat_mode) | V_WND_SCALE_EN(f->fs.nat_flag_chk) |
1897 switch(f->fs.nat_mode) {
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c4644 enum machine_mode nat_mode;
4667 nat_mode = type_natural_mode (type);
4668 container = construct_container (nat_mode, TYPE_MODE (type), type, 0,
4685 examine_argument (nat_mode, type, 0, &needed_intregs, &needed_sseregs);
4635 enum machine_mode nat_mode; local

Completed in 180 milliseconds