Lines Matching full:fast
34 * - Fast-path model
36 * When the softmac fast-path is used, a dedicated lower-stream
49 * softmac fast-path must be disabled to support GLDv3 VNIC functionality.
55 * By default, the softmac fast-path mode will be used to assure the
57 * fast-path mode to support certain features, and if that succeeds,
61 * The details of the softmac data fast-path model is stated as below
66 * 2. For IP/ARP streams over a softMAC, softmac data fast-path will be
67 * used by default, unless fast-path is disabled by any MAC client
71 * and will use fast-path potentially;
73 * 3. When the softmac fast-path is used, an dedicated lower-stream will
80 * 4. When the softmac data fast-path is disabled by a MAC client (e.g.,
82 * the fast-path to the slow-path. The dedicated lower-stream will be
86 * 5. On the other hand, when the last MAC client cancels its fast-path
88 * the fast-path mode;
93 * 1) To switch the softmac data-path mode (between fast-path and slow-path),
683 * Setup the fast-path dedicated lower stream if fast-path in softmac_wput_single_nondata()
885 * Setup the dedicated-lower-stream (fast-path) for the IP/ARP upperstream.
917 * Tear down the dedicated-lower-stream (fast-path) for the IP/ARP upperstream.
1142 * Note that it is fine if the expected data-path mode is fast-path in softmac_datapath_switch()
1261 * It is fine if the expected mode is fast-path and we fail in softmac_datapath_switch_done()