Searched refs:els (Results 1 – 14 of 14) sorted by relevance
| /drivers/scsi/elx/libefc/ |
| A D | efc_els.c | 103 kref_put(&els->ref, els->release); in efc_els_io_free() 269 els->io.rsp_len = els->io.rsp.size; in efc_els_send_req() 374 els->io.s_id = els->io.iparam.els.s_id; in efc_els_send_rsp() 629 els->io.iparam.els.ox_id = ox_id; in efc_send_ls_rjt() 660 els->io.iparam.els.ox_id = ox_id; in efc_send_plogi_acc() 694 els->io.iparam.els.ox_id = ox_id; in efc_send_flogi_p2p_acc() 695 els->io.iparam.els.s_id = s_id; in efc_send_flogi_p2p_acc() 730 els->io.iparam.els.ox_id = ox_id; in efc_send_prli_acc() 772 els->io.iparam.els.ox_id = ox_id; in efc_send_prlo_acc() 805 els->io.iparam.els.ox_id = ox_id; in efc_send_ls_acc() [all …]
|
| A D | efc_els.h | 36 void efc_els_io_free(struct efc_els_io_req *els); 66 efc_els_io_cleanup(struct efc_els_io_req *els, int evt, void *arg);
|
| A D | efclib.h | 465 struct efc_io_els_params els; member
|
| /drivers/scsi/fnic/ |
| A D | fdls_fc.h | 141 (min((uint16_t) (be16_to_cpu(_plogi_rsp->els.fl_csp.sp_tot_seq)), \ 142 (uint16_t) (be16_to_cpu(_plogi_rsp->els.fl_cssp[2].cp_con_seq) & 0xff))) 147 struct fc_els_flogi els; member 162 struct fc_els_adisc els; member 167 struct fc_els_rls_resp els; member 232 struct fc_els_rls els; member 242 struct fc_els_rscn els; member 247 struct fc_els_logo els; member
|
| A D | fdls_disc.c | 470 .els = { in fdls_init_plogi_frame() 537 .els.fl_cmd = ELS_LOGO, in fdls_init_logo_frame() 870 .els.fl_cmd = ELS_FLOGI, in fdls_send_fabric_flogi() 1223 padisc->els.adisc_cmd = ELS_ADISC; in fdls_send_tgt_adisc() 2649 switch (plogi_rsp->els.fl_cmd) { in fdls_process_tgt_plogi_rsp() 3412 switch (flogo_rsp->els.fl_cmd) { in fdls_process_fabric_logo_rsp() 3445 flogo_rsp->els.fl_cmd); in fdls_process_fabric_logo_rsp() 3479 switch (flogi_rsp->els.fl_cmd) { in fdls_process_flogi_rsp() 3580 flogi_rsp->els.fl_cmd); in fdls_process_flogi_rsp() 3610 switch (plogi_rsp->els.fl_cmd) { in fdls_process_fabric_plogi_rsp() [all …]
|
| A D | fip.c | 389 .els = { in fnic_fcoe_start_flogi() 425 FNIC_STD_SET_NPORT_NAME(&pflogi_req->flogi_desc.flogi.els.fl_wwpn, in fnic_fcoe_start_flogi() 427 FNIC_STD_SET_NODE_NAME(&pflogi_req->flogi_desc.flogi.els.fl_wwnn, in fnic_fcoe_start_flogi() 503 && (flogi_rsp->rsp_desc.flogi.els.fl_cmd == ELS_LS_ACC)) { in fnic_fcoe_process_flogi_resp() 513 be32_to_cpu(flogi_rsp->rsp_desc.flogi.els.fl_csp.sp_r_a_tov); in fnic_fcoe_process_flogi_resp() 515 be32_to_cpu(flogi_rsp->rsp_desc.flogi.els.fl_csp.sp_e_d_tov); in fnic_fcoe_process_flogi_resp()
|
| /drivers/scsi/elx/libefc_sli/ |
| A D | sli4.c | 1469 els->cmdtype_elsid_byte |= in sli_els_request64_wqe() 1472 els->ct_byte |= in sli_els_request64_wqe() 1476 els->ct_byte |= in sli_els_request64_wqe() 1494 els->ct_byte |= in sli_els_request64_wqe() 1500 els->ct_byte |= in sli_els_request64_wqe() 1516 els->cmdtype_elsid_byte |= in sli_els_request64_wqe() 1518 els->ct_byte |= in sli_els_request64_wqe() 1525 els->ct_byte |= in sli_els_request64_wqe() 1537 els->ct_byte |= in sli_els_request64_wqe() 2387 els->ct_byte |= in sli_xmit_els_rsp64_wqe() [all …]
|
| /drivers/scsi/qla2xxx/ |
| A D | qla_isr.c | 2299 struct srb_iocb *els; in qla24xx_els_ct_entry() local 2324 struct els_entry_24xx *els = (void *)pkt; in qla24xx_els_ct_entry() local 2334 if (!(le16_to_cpu(els->control_flags) & ECF_PAYLOAD_DESCR_MASK)) { in qla24xx_els_ct_entry() 2380 els = &sp->u.iocb_cmd; in qla24xx_els_ct_entry() 2381 els->u.els_plogi.fw_status[0] = cpu_to_le32(fw_status[0]); in qla24xx_els_ct_entry() 2382 els->u.els_plogi.fw_status[1] = cpu_to_le32(fw_status[1]); in qla24xx_els_ct_entry() 2383 els->u.els_plogi.fw_status[2] = cpu_to_le32(fw_status[2]); in qla24xx_els_ct_entry() 2384 els->u.els_plogi.comp_status = cpu_to_le16(fw_status[0]); in qla24xx_els_ct_entry() 2390 els->u.els_plogi.len = cpu_to_le16(le32_to_cpu( in qla24xx_els_ct_entry() 2407 els->u.els_plogi.len = 0; in qla24xx_els_ct_entry() [all …]
|
| /drivers/s390/scsi/ |
| A D | zfcp_fsf.c | 1323 struct zfcp_fsf_ct_els *els, unsigned int timeout) in zfcp_fsf_send_els() argument 1346 ret = zfcp_fsf_setup_ct_els(req, els->req, els->resp, timeout); in zfcp_fsf_send_els() 1353 els->d_id = d_id; in zfcp_fsf_send_els() 1354 req->data = els; in zfcp_fsf_send_els() 1761 plogi = (struct fc_els_flogi *) bottom->els; in zfcp_fsf_open_port_handler()
|
| A D | zfcp_fc.c | 1037 struct zfcp_fsf_ct_els *els = job->dd_data; in zfcp_fc_exec_els_job() local 1053 els->handler = zfcp_fc_ct_els_job_handler; in zfcp_fc_exec_els_job() 1054 return zfcp_fsf_send_els(adapter, d_id, els, job->timeout / HZ); in zfcp_fc_exec_els_job()
|
| A D | zfcp_fsf.h | 373 u8 els[256]; member
|
| /drivers/scsi/fcoe/ |
| A D | fcoe_ctlr.c | 1141 struct fip_encaps *els; in fcoe_ctlr_recv_els() local 1218 if (dlen < sizeof(*els) + sizeof(*fh) + 1) in fcoe_ctlr_recv_els() 1220 els_len = dlen - sizeof(*els); in fcoe_ctlr_recv_els() 1221 els = (struct fip_encaps *)desc; in fcoe_ctlr_recv_els() 1222 fh = (struct fc_frame_header *)(els + 1); in fcoe_ctlr_recv_els()
|
| /drivers/scsi/elx/efct/ |
| A D | efct_hw.h | 151 struct sli_els_params els; member
|
| A D | efct_hw.c | 2653 params->ox_id = io->iparam.els.ox_id; in efct_fill_els_params() 2659 params->timeout = io->iparam.els.timeout; in efct_fill_els_params()
|
Completed in 67 milliseconds