Lines Matching refs:status
85 static const char *fnic_fcpio_status_to_str(unsigned int status)
87 if (status >= ARRAY_SIZE(fcpio_status_str) || !fcpio_status_str[status])
90 return fcpio_status_str[status];
637 /* Check status of reset completion */
707 /* Update fnic state based on status of flogi reg completion */
712 /* Check flogi registration completion status */
831 "Tag out of range tag %x hdr status = %s\n",
842 "hdr status = %s tag = 0x%x desc = 0x%p\n",
865 "hdr status = %s tag = 0x%x sc 0x%p\n",
892 "hdr status = %s tag = 0x%x sc = 0x%p "
978 shost_printk(KERN_ERR, fnic->lport->host, "hdr status = %s\n",
1070 "Tag out of range id 0x%x hdr status = %s\n",
1076 "Tag out of range tag 0x%x hdr status = %s\n",
1093 "itmf_cmpl sc is null - hdr status = %s tag = 0x%x\n",
1107 "hdr status = %s tag = 0x%x sc 0x%p\n",
1117 "dev reset abts cmpl recd. id %x status %s\n",
1166 /* If the status is IO not found consider it as success */
1174 "abts cmpl recd. id %d status %s\n",
1226 "dev reset cmpl recd. id %d status %s\n",
1240 "id %d status %s\n",
1248 "dev reset cmpl recd. id %d status %s\n",
1865 /* Check the abort status */
1906 * firmware completed the abort, check the status,
2186 "%s: exit status: %d\n", __func__, ret);
2202 int status;
2319 status = fnic_priv(sc)->lr_status;
2325 if (status == FCPIO_INVALID_CODE) {
2379 if (status != FCPIO_SUCCESS) {