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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_scsi.c2158 uint32_t rsplen = 0; local
2173 rsplen = be32_to_cpu(fcprsp->rspRspLen);
2174 if (rsplen != 0 && rsplen != 4 && rsplen != 8) {
2177 "tgt x%x lun x%x cmnd x%x rsplen x%x\n",
2180 rsplen);
2203 rsplen = be32_to_cpu(fcprsp->rspRspLen);
2204 memcpy(cmnd->sense_buffer, &fcprsp->rspInfo0 + rsplen, snslen);

Completed in 107 milliseconds