Home
last modified time | relevance | path

Searched refs:qla_qpair (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_inline.h179 struct qla_qpair *qpair, fc_port_t *fcport) in qla2xxx_init_sp()
191 qla2xxx_get_qpair_sp(scsi_qla_host_t *vha, struct qla_qpair *qpair, in qla2xxx_get_qpair_sp()
213 qla2xxx_rel_qpair_sp(struct qla_qpair *qpair, srb_t *sp) in qla2xxx_rel_qpair_sp()
227 struct qla_qpair *qpair; in qla2x00_get_sp()
327 qla_cpu_update(struct qla_qpair *qpair, uint16_t cpuid) in qla_cpu_update()
340 qla_qpair_to_hint(struct qla_tgt *tgt, struct qla_qpair *qpair) in qla_qpair_to_hint()
355 qla_83xx_start_iocbs(struct qla_qpair *qpair) in qla_83xx_start_iocbs()
387 qla_get_iocbs(struct qla_qpair *qp, struct iocb_resource *iores) in qla_get_iocbs()
419 qla_put_iocbs(struct qla_qpair *qp, struct iocb_resource *iores) in qla_put_iocbs()
Dqla_target.h784 struct qla_qpair *qpair;
875 struct qla_qpair *qpair;
966 struct qla_qpair *qpair;
1094 extern int qlt_free_qfull_cmds(struct qla_qpair *);
1098 void qlt_send_resp_ctio(struct qla_qpair *, struct qla_tgt_cmd *, uint8_t,
Dqla_gbl.h79 extern void *qla2x00_alloc_iocbs_ready(struct qla_qpair *, srb_t *);
97 extern struct qla_qpair *qla2xxx_create_qpair(struct scsi_qla_host *,
99 extern int qla2xxx_delete_qpair(struct scsi_qla_host *, struct qla_qpair *);
312 int qla2x00_marker(struct scsi_qla_host *, struct qla_qpair *,
322 extern void *__qla2x00_alloc_iocbs(struct qla_qpair *, srb_t *);
764 extern int qla25xx_request_irq(struct qla_hw_data *, struct qla_qpair *,
771 uint16_t, struct qla_qpair *, bool);
Dqla_dbg.h329 ql_dbg_qp(uint32_t, struct qla_qpair *, int32_t, const char *fmt, ...);
338 ql_log_qp(uint32_t, struct qla_qpair *, int32_t, const char *fmt, ...);
Dqla_target.c114 static void qlt_send_term_exchange(struct qla_qpair *, struct qla_tgt_cmd
120 static void qlt_send_notify_ack(struct qla_qpair *qpair,
131 static void qlt_send_busy(struct qla_qpair *, struct atio_from_isp *,
133 static int qlt_check_reserve_free_req(struct qla_qpair *qpair, uint32_t);
134 static inline uint32_t qlt_make_handle(struct qla_qpair *);
1715 static void qlt_send_notify_ack(struct qla_qpair *qpair, in qlt_send_notify_ack()
1790 struct qla_qpair *qpair = mcmd->qpair; in qlt_build_abts_resp_iocb()
1868 static void qlt_24xx_send_abts_resp(struct qla_qpair *qpair, in qlt_24xx_send_abts_resp()
1942 struct qla_qpair *qpair, response_t *pkt, struct qla_tgt_mgmt_cmd *mcmd) in qlt_24xx_retry_term_exchange()
2261 static void qlt_24xx_send_task_mgmt_ctio(struct qla_qpair *qpair, in qlt_24xx_send_task_mgmt_ctio()
[all …]
Dqla_mid.c665 struct qla_qpair *qpair, *tqpair; in qla25xx_delete_queues()
822 struct qla_qpair *qpair = container_of(work, struct qla_qpair, q_work); in qla_do_work()
834 uint8_t vp_idx, uint16_t rid, struct qla_qpair *qpair, bool startqp) in qla25xx_create_rsp_que()
Dqla_nvme.c92 struct qla_qpair *qpair; in qla_nvme_alloc_queue()
394 struct qla_qpair *qpair = sp->qpair; in qla2x00_start_nvme_mq()
580 struct qla_qpair *qpair = hw_queue_handle; in qla_nvme_post_cmd()
Dqla_def.h689 struct qla_qpair *qpair;
3631 struct qla_qpair;
3652 struct qla_qpair *qpair;
3699 struct qla_qpair { struct
3731 void (*reqq_start_iocbs)(struct qla_qpair *); argument
4072 struct qla_qpair **queue_pair_map;
4081 struct qla_qpair *base_qpair;
4929 struct qla_qpair *qpair; /* base qpair */
Dqla_iocb.c508 __qla2x00_marker(struct scsi_qla_host *vha, struct qla_qpair *qpair, in __qla2x00_marker()
548 qla2x00_marker(struct scsi_qla_host *vha, struct qla_qpair *qpair, in qla2x00_marker()
598 struct qla_qpair *qpair = sp->qpair; in qla24xx_build_scsi_type_6_iocbs()
709 struct qla_qpair *qpair = sp->qpair; in qla24xx_build_scsi_iocbs()
1914 struct qla_qpair *qpair = sp->qpair; in qla2xxx_start_scsi_mq()
2076 struct qla_qpair *qpair = sp->qpair; in qla2xxx_dif_start_scsi_mq()
2274 __qla2x00_alloc_iocbs(struct qla_qpair *qpair, srb_t *sp) in __qla2x00_alloc_iocbs()
2358 qla2x00_alloc_iocbs_ready(struct qla_qpair *qpair, srb_t *sp) in qla2x00_alloc_iocbs_ready()
3788 struct qla_qpair *qp = sp->qpair; in qla2x00_start_sp()
Dqla_os.c394 struct qla_qpair *qpair);
443 ha->base_qpair = kzalloc(sizeof(struct qla_qpair), GFP_KERNEL); in qla2x00_alloc_queues()
453 ha->queue_pair_map = kcalloc(ha->max_qpairs, sizeof(struct qla_qpair *), in qla2x00_alloc_queues()
856 struct qla_qpair *qpair = NULL; in qla2xxx_queuecommand()
961 struct qla_qpair *qpair) in qla2xxx_mqueuecommand()
1259 struct qla_qpair *qpair; in qla2xxx_eh_abort()
1746 static void qla2x00_abort_srb(struct qla_qpair *qp, srb_t *sp, const int res, in qla2x00_abort_srb()
1811 __qla2x00_abort_all_cmds(struct qla_qpair *qp, int res) in __qla2x00_abort_all_cmds()
6782 struct qla_qpair *qpair; in qla2x00_do_dpc()
7581 struct qla_qpair *qpair = NULL; in qla_pci_error_cleanup()
[all …]
Dqla_dfs.c284 struct qla_qpair *qpair = vha->hw->base_qpair; in qla_dfs_tgt_counters_show()
Dqla_attr.c2772 struct qla_qpair *qpair; in qla2x00_get_fc_host_stats()
2881 struct qla_qpair *qpair; in qla2x00_reset_host_stats()
2993 struct qla_qpair *qpair; in qla24xx_vport_create()
Dqla_isr.c4232 struct qla_qpair *qpair; in qla2xxx_msix_rsp_q()
4251 struct qla_qpair *qpair; in qla2xxx_msix_rsp_q_hs()
4574 int qla25xx_request_irq(struct qla_hw_data *ha, struct qla_qpair *qpair, in qla25xx_request_irq()
Dqla_init.c100 struct qla_qpair *qpair = sp->qpair; in qla24xx_abort_iocb_timeout()
1978 struct qla_qpair *qpair = sp->qpair; in qla24xx_async_abort_command()
9238 struct qla_qpair *qla2xxx_create_qpair(struct scsi_qla_host *vha, int qos, in qla2xxx_create_qpair()
9246 struct qla_qpair *qpair = NULL; in qla2xxx_create_qpair()
9256 qpair = kzalloc(sizeof(struct qla_qpair), GFP_KERNEL); in qla2xxx_create_qpair()
9385 int qla2xxx_delete_qpair(struct scsi_qla_host *vha, struct qla_qpair *qpair) in qla2xxx_delete_qpair()
Dqla_dbg.c2706 ql_log_qp(uint32_t level, struct qla_qpair *qpair, int32_t id, in ql_log_qp()
2755 ql_dbg_qp(uint32_t level, struct qla_qpair *qpair, int32_t id, in ql_dbg_qp()
Dqla_edif.c1790 qla_els_reject_iocb(scsi_qla_host_t *vha, struct qla_qpair *qp, in qla_els_reject_iocb()
Dqla_mbx.c3240 struct qla_qpair *qpair = sp->qpair; in qla24xx_abort_command()
3334 struct qla_qpair *qpair; in __qla24xx_issue_tmf()