Searched refs:ulp_word4 (Results 1 - 6 of 6) sorted by last modified time

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c3746 u32 ulp_command, ulp_status, ulp_word4, ulp_context, iotag; local
3760 ulp_word4 = get_job_word4(phba, saveq);
3880 ulp_word4, ulp_command, ulp_context);
4205 u32 ulp_word4 = get_job_word4(phba, rspiocbp); local
4231 ((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.c7223 * @ulp_word4: Reason code for the ulp_status.
7225 * This function evaluates the ulp_status and ulp_word4 values
7235 lpfc_error_lost_link(struct lpfc_vport *vport, u32 ulp_status, u32 ulp_word4) argument
7238 u32 rsn_code = IOERR_PARAM_MASK & ulp_word4;
7246 ulp_status, ulp_word4);
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
1227 u32 ulp_status, ulp_word4; local
1940 u32 ulp_word4 = get_job_word4(phba, rspiocb); local
2008 u32 ulp_status, ulp_word4, did, iotag; local
2322 u32 ulp_word4; local
2791 u32 ulp_status, ulp_word4, tmo, iotag; local
2990 u32 ulp_word4; local
3237 u32 ulp_status, ulp_word4, tmo, did, iotag; local
3374 u32 ulp_status, ulp_word4, tmo, did, iotag; local
4000 u32 ulp_status, ulp_word4, tmo, did, iotag; local
4628 u32 ulp_word4 = get_job_word4(phba, rspiocb); local
5232 u32 ulp_status, ulp_word4; local
5344 u32 ulp_status, ulp_word4, tmo, did, iotag; local
9786 u32 ulp_status, ulp_word4; local
11236 u32 ulp_word4 = get_job_word4(phba, rspiocb); local
11277 u32 ulp_status, ulp_word4; local
11530 u32 ulp_status, ulp_word4, did, tmo; local
11791 u32 ulp_word4 = get_job_word4(phba, rspiocb); local
12189 u32 ulp_word4 = get_job_word4(phba, rspiocb); local
12410 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);

Completed in 583 milliseconds