Lines Matching +full:5 +full:gbit
268 ISP_DELAY(5);
298 ISP_DELAY(5);
578 fcp->max_supported_speed == 0 ? "16Gbit/s" :
579 fcp->max_supported_speed == 1 ? "32Gbit/s" :
580 fcp->max_supported_speed == 2 ? "64Gbit/s" : "unknown");
582 if (IS_28XX(isp) && (mbs.param[5] & 0x400)) {
834 mbs.param[5] = 0;
1265 retval = isp_exec_entry_queue(isp, &vp, &vp, 5);
1301 retval = isp_exec_entry_queue(isp, &vp, &vp, 5);
1615 pdb.portname[5], pdb.portname[6], pdb.portname[7]);
2579 rp.rftid_fc4types[FC4_SCSI >> 5] = 1 << (FC4_SCSI & 0x1f);
3096 if (isp_exec_entry_mbox(isp, ab, ab, 5))
4007 #define ISP_FC_OBITS(op) ((mbpfc[((op)<<3) + 4] << 24) | (mbpfc[((op)<<3) + 5] << 16) | (mbpfc[((op)<<3) + 6] << 8) | (mbpfc[((op)<<3) + 7]))
5157 return ((dword[4] | dword[5] | dword[6] | dword[7]) == 0 ||
5158 (~dword[4] | ~dword[5] | ~dword[6] | ~dword[7]) == 0);
5174 mbs.param[5] = risc_code_size;
5396 if ((wwn >> 60) != 2 && (wwn >> 60) != 5) {