Home
last modified time | relevance | path

Searched refs:lpfc_sg_seg_cnt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_attr.c5996 * lpfc_sg_seg_cnt - Initial Maximum DMA Segment Count
6004 static uint lpfc_sg_seg_cnt = LPFC_DEFAULT_SG_SEG_CNT; variable
6005 module_param(lpfc_sg_seg_cnt, uint, 0444);
6006 MODULE_PARM_DESC(lpfc_sg_seg_cnt, "Max Scatter Gather Segment Count");
6036 static DEVICE_ATTR_RO(lpfc_sg_seg_cnt);
7427 lpfc_sg_seg_cnt_init(phba, lpfc_sg_seg_cnt); in lpfc_get_cfgparam()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_attr.c5764 * lpfc_sg_seg_cnt - Initial Maximum DMA Segment Count
5772 static uint lpfc_sg_seg_cnt = LPFC_DEFAULT_SG_SEG_CNT; variable
5773 module_param(lpfc_sg_seg_cnt, uint, 0444);
5774 MODULE_PARM_DESC(lpfc_sg_seg_cnt, "Max Scatter Gather Segment Count");
5804 static DEVICE_ATTR_RO(lpfc_sg_seg_cnt);
5828 "0409 lpfc_sg_seg_cnt attribute cannot be set to %d, " in lpfc_sg_seg_cnt_init()
7309 lpfc_sg_seg_cnt_init(phba, lpfc_sg_seg_cnt); in lpfc_get_cfgparam()

Completed in 16 milliseconds