/* QLogic FCoE Offload Driver * Copyright (c) 2016 Cavium Inc. * * This software is available under the terms of the GNU General Public License * (GPL) Version 2, available from the file COPYING in the main directory of * this source tree. */ #include "drv_scsi_fw_funcs.h" #define SCSI_NUM_SGES_IN_CACHE 0x4
bool scsi_is_slow_sgl(u16 num_sges, bool small_mid_sge) { return (num_sges > SCSI_NUM_SGES_SLOW_SGL_THR && small_mid_sge); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Yuval Mintz | 20 | 100.00% | 1 | 100.00% |
Total | 20 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Yuval Mintz | 204 | 100.00% | 1 | 100.00% |
Total | 204 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Yuval Mintz | 232 | 100.00% | 1 | 100.00% |
Total | 232 | 100.00% | 1 | 100.00% |