Home
last modified time | relevance | path

Searched refs:lpfc_tgt_queue_depth (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_attr.c3834 static uint lpfc_tgt_queue_depth = LPFC_MAX_TGT_QDEPTH; variable
3835 module_param(lpfc_tgt_queue_depth, uint, 0444);
3836 MODULE_PARM_DESC(lpfc_tgt_queue_depth, "Set max Target queue depth");
3876 static DEVICE_ATTR_RW(lpfc_tgt_queue_depth);
7520 lpfc_tgt_queue_depth_init(vport, lpfc_tgt_queue_depth); in lpfc_get_vport_cfgparam()
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A DChangeLog.lpfc1036 lpfc_tgt_queue_depth and lpfc_check_cond_err.