Searched refs:q_depth (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/
H A Dbfa_fcptm.h37 void bfa_fcptm_qdepth_set(struct bfa_s *bfa, u16 q_depth);
H A Dbfa_fcpim.h40 void bfa_fcpim_qdepth_set(struct bfa_s *bfa, u16 q_depth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_fcpim.c153 bfa_fcpim_qdepth_set(struct bfa_s *bfa, u16 q_depth) argument
157 bfa_assert(q_depth <= BFA_IOCFC_QDEPTH_MAX);
159 fcpim->q_depth = q_depth;
167 return fcpim->q_depth;
H A Dbfa_fcpim_priv.h51 u16 q_depth; member in struct:bfa_fcpim_mod_s
H A Dbfa_fcport.c1647 attr->pport_cfg.q_depth = bfa_fcpim_qdepth_get(bfa);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/defs/
H A Dbfa_defs_pport.h195 u16 q_depth; /* SCSI Queue depth */ member in struct:bfa_pport_cfg_s

Completed in 79 milliseconds