Lines Matching +full:3 +full:gbps
180 return "1Gbps"; in smb_speed_to_str()
182 return "2.5Gbps"; in smb_speed_to_str()
184 return "5Gbps"; in smb_speed_to_str()
186 return "10Gbps"; in smb_speed_to_str()
188 return "14Gbps"; in smb_speed_to_str()
190 return "20Gbps"; in smb_speed_to_str()
192 return "25Gbps"; in smb_speed_to_str()
194 return "40Gbps"; in smb_speed_to_str()
196 return "50Gbps"; in smb_speed_to_str()
198 return "56Gbps"; in smb_speed_to_str()
200 return "100Gbps"; in smb_speed_to_str()
202 return "200Gbps"; in smb_speed_to_str()
204 return "400Gbps"; in smb_speed_to_str()
206 return "800Gbps"; in smb_speed_to_str()
1108 if (count < 3) { in cifs_security_flags_proc_write()