Lines Matching defs:comp_status
123 } else if (rsp_els->comp_status) {
126 __func__, rsp_els->comp_status,
174 } else if (abts_rsp->comp_status) {
177 __func__, abts_rsp->comp_status,
2223 uint16_t comp_status;
2237 comp_status = le16_to_cpu(pkt->comp_status);
2246 if (comp_status != CS_COMPLETE) {
2247 if (comp_status == CS_DATA_UNDERRUN) {
2253 "CT pass-through-%s error comp_status=0x%x total_byte=0x%x.\n",
2254 type, comp_status,
2258 "CT pass-through-%s error comp_status=0x%x.\n",
2259 type, comp_status);
2274 * borrowing sts_entry_24xx.comp_status.
2275 * same location as ct_entry_24xx.comp_status
2296 uint16_t comp_status;
2312 comp_status = fw_status[0] = le16_to_cpu(pkt->comp_status);
2332 comp_status, p->e.extra_rx_xchg_address, bsg_job);
2365 /* borrowing sts_entry_24xx.comp_status.
2366 same location as ct_entry_24xx.comp_status
2384 els->u.els_plogi.comp_status = cpu_to_le16(fw_status[0]);
2385 if (comp_status == CS_COMPLETE) {
2388 if (comp_status == CS_DATA_UNDERRUN) {
2402 } else if (comp_status == CS_PORT_LOGGED_OUT) {
2419 "%s IOCB Done LS_RJT hdl=%x comp_status=0x%x\n",
2420 type, sp->handle, comp_status);
2438 "%s IOCB Done hdl=%x comp_status=0x%x\n",
2439 type, sp->handle, comp_status);
2460 if (comp_status != CS_COMPLETE) {
2461 if (comp_status == CS_DATA_UNDERRUN) {
2467 "ELS-CT pass-through-%s error hdl=%x comp_status-status=0x%x "
2469 type, sp->handle, comp_status, fw_status[1], fw_status[2],
2473 "ELS-CT pass-through-%s error hdl=%x comp_status-status=0x%x "
2475 type, sp->handle, comp_status,
2534 if (le16_to_cpu(logio->comp_status) == CS_COMPLETE) {
2624 "handle=%x pid=%06x wwpn=%8phC comp_status=%x iop0=%x iop1=%x\n",
2626 le16_to_cpu(logio->comp_status),
2631 "handle=%x pid=%06x wwpn=%8phC comp_status=%x iop0=%x iop1=%x\n",
2633 le16_to_cpu(logio->comp_status),
2650 u16 comp_status;
2656 comp_status = le16_to_cpu(sts->comp_status);
2667 } else if (sts->comp_status != cpu_to_le16(CS_COMPLETE)) {
2670 type, sp->handle, comp_status);
2687 switch (comp_status) {
2696 "-Port to be marked lost on fcport=%02x%02x%02x, current port state= %s comp_status %x.\n",
2700 comp_status);
2726 __le16 comp_status = sts->comp_status;
2731 iocb->u.nvme.comp_status = comp_status;
2740 if (unlikely(comp_status != CS_COMPLETE))
2804 } else if (le16_to_cpu(comp_status) == CS_DATA_UNDERRUN) {
2816 sp->name, sp->handle, comp_status,
2824 switch (le16_to_cpu(comp_status)) {
2835 "port state= %s comp_status %x.\n",
2837 comp_status);
2873 } else if (vce->comp_status != cpu_to_le16(CS_COMPLETE)) {
2876 sp->name, le16_to_cpu(vce->comp_status),
3148 uint16_t comp_status;
3183 comp_status = le16_to_cpu(sts24->comp_status);
3186 comp_status = le16_to_cpu(sts->comp_status);
3191 switch (comp_status) {
3274 "thread_id=%d\n", comp_status, thread_id);
3304 uint16_t comp_status;
3322 comp_status = le16_to_cpu(sts24->comp_status);
3326 comp_status = le16_to_cpu(sts->comp_status);
3397 if (comp_status == CS_COMPLETE && scsi_status == 0) {
3427 if (comp_status == CS_DATA_UNDERRUN)
3464 if (IS_FWI2_CAPABLE(ha) && comp_status == CS_COMPLETE &&
3466 comp_status = CS_DATA_OVERRUN;
3479 switch (comp_status) {
3608 if (comp_status == CS_TIMEOUT) {
3619 "port state= %s comp_status %x.\n", fcport->d_id.b.domain,
3622 comp_status);
3654 comp_status, scsi_status, res, vha->host_no,
3672 comp_status, scsi_status, res, vha->host_no,
3863 abt->u.abt.comp_status = pkt->comp_status;
3877 uint16_t comp_status;
3883 comp_status = le16_to_cpu(pkt->status);
3884 sp->done(sp, comp_status);