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

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_els.c607 * @ulp_word4: command response value
624 struct serv_parm *sp, uint32_t ulp_word4)
643 vport->fc_myDID = ulp_word4 & Mask_DID;
935 u32 ulp_status, ulp_word4, tmo; local
949 ulp_word4 = get_job_word4(phba, rspiocb);
960 ulp_status, ulp_word4,
975 ((ulp_word4 & IOERR_PARAM_MASK) ==
986 ulp_status, ulp_word4, tmo);
998 ((ulp_word4 & IOERR_PARAM_MASK) ==
1003 ulp_status, ulp_word4, tm
623 lpfc_cmpl_els_flogi_fabric(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, struct serv_parm *sp, uint32_t ulp_word4) argument
1225 u32 ulp_status, ulp_word4; local
1936 u32 ulp_word4 = get_job_word4(phba, rspiocb); local
2004 u32 ulp_status, ulp_word4, did, iotag; local
2318 u32 ulp_word4; local
2787 u32 ulp_status, ulp_word4, tmo, iotag; local
2986 u32 ulp_word4; local
3233 u32 ulp_status, ulp_word4, tmo, did, iotag; local
3370 u32 ulp_status, ulp_word4, tmo, did, iotag; local
3996 u32 ulp_status, ulp_word4, tmo, did, iotag; local
4624 u32 ulp_word4 = get_job_word4(phba, rspiocb); local
5228 u32 ulp_status, ulp_word4; local
5340 u32 ulp_status, ulp_word4, tmo, did, iotag; local
9781 u32 ulp_status, ulp_word4; local
11231 u32 ulp_word4 = get_job_word4(phba, rspiocb); local
11272 u32 ulp_status, ulp_word4; local
11525 u32 ulp_status, ulp_word4, did, tmo; local
11786 u32 ulp_word4 = get_job_word4(phba, rspiocb); local
12184 u32 ulp_word4 = get_job_word4(phba, rspiocb); local
12405 u32 ulp_word4 = get_job_word4(phba, rspiocb); local
[all...]
H A Dlpfc_ct.c288 u32 ulp_word4 = get_job_word4(phba, ctiocbq); local
296 ulp_status, ulp_word4, did);
923 u32 ulp_word4 = get_job_word4(phba, rspiocb); local
936 ulp_status, ulp_word4, vport->fc_ns_retry);
960 if (lpfc_error_lost_link(vport, ulp_status, ulp_word4)) {
963 "ulp_status x%x ulp_word4 x%x fc_flag x%lx "
965 ulp_status, ulp_word4, vport->fc_flag,
997 (ulp_word4 & IOERR_PARAM_MASK) !=
1138 u32 ulp_word4 = get_job_word4(phba, rspiocb); local
1151 ulp_status, ulp_word4,
1351 u32 ulp_word4 = get_job_word4(phba, rspiocb); local
1499 u32 ulp_word4 = get_job_word4(phba, rspiocb); local
1604 u32 ulp_word4 = get_job_word4(phba, rspiocb); local
2217 u32 ulp_word4 = get_job_word4(phba, rspiocb); local
[all...]
H A Dlpfc_bsg.c302 u32 ulp_status, ulp_word4, total_data_placed; local
327 ulp_word4 = get_job_word4(phba, rspiocbq);
335 switch (ulp_word4 & IOERR_PARAM_MASK) {
563 u32 ulp_status, ulp_word4, total_data_placed; local
585 ulp_word4 = get_job_word4(phba, rspiocbq);
606 rjt_data = (uint8_t *)&ulp_word4;
614 (ulp_word4 & IOERR_PARAM_MASK) ==
1367 u32 ulp_status, ulp_word4; local
1390 ulp_word4 = get_job_word4(phba, rspiocbq);
1398 switch (ulp_word4
[all...]
H A Dlpfc_crtn.h462 u32 ulp_word4);
H A Dlpfc_sli.c3744 u32 ulp_command, ulp_status, ulp_word4, ulp_context, iotag; local
3758 ulp_word4 = get_job_word4(phba, saveq);
3878 ulp_word4, ulp_command, ulp_context);
4203 u32 ulp_word4 = get_job_word4(phba, rspiocbp); local
4229 ((ulp_word4 & IOERR_PARAM_MASK) ==
12289 u32 ulp_word4 = get_job_word4(phba, rspiocb); local
12300 ulp_word4 == IOERR_ABORT_REQUESTED) {
12313 ulp_status, ulp_word4);
12339 u32 ulp_command, ulp_status, ulp_word4, iotag; local
12343 ulp_word4
[all...]
H A Dlpfc_hbadisc.c7234 * @ulp_word4: Reason code for the ulp_status.
7236 * This function evaluates the ulp_status and ulp_word4 values
7246 lpfc_error_lost_link(struct lpfc_vport *vport, u32 ulp_status, u32 ulp_word4) argument
7249 u32 rsn_code = IOERR_PARAM_MASK & ulp_word4;
7257 ulp_status, ulp_word4);

Completed in 292 milliseconds