Home | History | Annotate | Download | only in ixgbe

Lines Matching defs:pause

4103 	u32 pause, asm_dir, reg_val;
4121 /* Determine PAUSE and ASM_DIR bits. */
4124 pause = 0;
4128 pause = 0;
4135 * Pause ONLY, we will advertise that we support both
4136 * symmetric and asymmetric Rx PAUSE, as such we fall
4138 * disable the adapter's ability to send PAUSE frames.
4141 pause = 1;
4162 if (pause)
4366 * 1: Rx flow control is enabled (we can receive pause frames,
4367 * but not send pause frames).
4368 * 2: Tx flow control is enabled (we can send pause frames but
4369 * we do not support receiving pause frames).
4390 * Pause ONLY, we will advertise that we support both
4391 * symmetric and asymmetric Rx PAUSE, as such we fall
4393 * disable the adapter's ability to send PAUSE frames.