Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_els.c4679 uint16_t rdp_cap = 0; in lpfc_rdp_res_speed() local
4714 rdp_cap |= RDP_PS_32GB; in lpfc_rdp_res_speed()
4716 rdp_cap |= RDP_PS_16GB; in lpfc_rdp_res_speed()
4718 rdp_cap |= RDP_PS_10GB; in lpfc_rdp_res_speed()
4720 rdp_cap |= RDP_PS_8GB; in lpfc_rdp_res_speed()
4722 rdp_cap |= RDP_PS_4GB; in lpfc_rdp_res_speed()
4724 rdp_cap |= RDP_PS_2GB; in lpfc_rdp_res_speed()
4726 rdp_cap |= RDP_PS_1GB; in lpfc_rdp_res_speed()
4728 if (rdp_cap == 0) in lpfc_rdp_res_speed()
4729 rdp_cap = RDP_CAP_UNKNOWN; in lpfc_rdp_res_speed()
[all …]