Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/qla2xxx/
Dqla_inline.h179 struct qla_qpair *qpair, fc_port_t *fcport) in qla2xxx_init_sp()
193 qla2xxx_get_qpair_sp(scsi_qla_host_t *vha, struct qla_qpair *qpair, in qla2xxx_get_qpair_sp()
215 qla2xxx_rel_qpair_sp(struct qla_qpair *qpair, srb_t *sp) in qla2xxx_rel_qpair_sp()
229 struct qla_qpair *qpair; in qla2x00_get_sp()
329 qla_cpu_update(struct qla_qpair *qpair, uint16_t cpuid) in qla_cpu_update()
342 qla_qpair_to_hint(struct qla_tgt *tgt, struct qla_qpair *qpair) in qla_qpair_to_hint()
357 qla_83xx_start_iocbs(struct qla_qpair *qpair) in qla_83xx_start_iocbs()
389 qla_get_iocbs(struct qla_qpair *qp, struct iocb_resource *iores) in qla_get_iocbs()
421 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;
965 struct qla_qpair *qpair;
1093 extern int qlt_free_qfull_cmds(struct qla_qpair *);
1097 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 *);
314 int qla2x00_marker(struct scsi_qla_host *, struct qla_qpair *,
325 extern void *__qla2x00_alloc_iocbs(struct qla_qpair *, srb_t *);
772 extern int qla25xx_request_irq(struct qla_hw_data *, struct qla_qpair *,
779 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.c107 static void qlt_send_term_exchange(struct qla_qpair *, struct qla_tgt_cmd
113 static void qlt_send_notify_ack(struct qla_qpair *qpair,
124 static void qlt_send_busy(struct qla_qpair *, struct atio_from_isp *,
126 static int qlt_check_reserve_free_req(struct qla_qpair *qpair, uint32_t);
127 static inline uint32_t qlt_make_handle(struct qla_qpair *);
1710 static void qlt_send_notify_ack(struct qla_qpair *qpair, in qlt_send_notify_ack()
1785 struct qla_qpair *qpair = mcmd->qpair; in qlt_build_abts_resp_iocb()
1863 static void qlt_24xx_send_abts_resp(struct qla_qpair *qpair, in qlt_24xx_send_abts_resp()
1937 struct qla_qpair *qpair, response_t *pkt, struct qla_tgt_mgmt_cmd *mcmd) in qlt_24xx_retry_term_exchange()
2245 static void qlt_24xx_send_task_mgmt_ctio(struct qla_qpair *qpair, in qlt_24xx_send_task_mgmt_ctio()
[all …]
Dqla_mid.c667 struct qla_qpair *qpair, *tqpair; in qla25xx_delete_queues()
824 struct qla_qpair *qpair = container_of(work, struct qla_qpair, q_work); in qla_do_work()
836 uint8_t vp_idx, uint16_t rid, struct qla_qpair *qpair, bool startqp) in qla25xx_create_rsp_que()
Dqla_nvme.c97 struct qla_qpair *qpair; in qla_nvme_alloc_queue()
427 struct qla_qpair *qpair = sp->qpair; in qla2x00_start_nvme_mq()
618 struct qla_qpair *qpair = hw_queue_handle; in qla_nvme_post_cmd()
Dqla_def.h689 struct qla_qpair *qpair;
3650 struct qla_qpair;
3671 struct qla_qpair *qpair;
3718 struct qla_qpair { struct
3750 void (*reqq_start_iocbs)(struct qla_qpair *); argument
4097 struct qla_qpair **queue_pair_map;
4106 struct qla_qpair *base_qpair;
4955 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()
3822 struct qla_qpair *qp = sp->qpair; in qla2x00_start_sp()
Dqla_os.c400 struct qla_qpair *qpair);
449 ha->base_qpair = kzalloc(sizeof(struct qla_qpair), GFP_KERNEL); in qla2x00_alloc_queues()
459 ha->queue_pair_map = kcalloc(ha->max_qpairs, sizeof(struct qla_qpair *), in qla2x00_alloc_queues()
864 struct qla_qpair *qpair = NULL; in qla2xxx_queuecommand()
969 struct qla_qpair *qpair) in qla2xxx_mqueuecommand()
1268 struct qla_qpair *qpair; in qla2xxx_eh_abort()
1346 __qla2x00_eh_wait_for_pending_commands(struct qla_qpair *qpair, unsigned int t, in __qla2x00_eh_wait_for_pending_commands()
1398 struct qla_qpair *qpair; in qla2x00_eh_wait_for_pending_commands()
1759 static void qla2x00_abort_srb(struct qla_qpair *qp, srb_t *sp, const int res, in qla2x00_abort_srb()
1824 __qla2x00_abort_all_cmds(struct qla_qpair *qp, int res) in __qla2x00_abort_all_cmds()
[all …]
Dqla_dfs.c284 struct qla_qpair *qpair = vha->hw->base_qpair; in qla_dfs_tgt_counters_show()
Dqla_attr.c2815 struct qla_qpair *qpair; in qla2x00_get_fc_host_stats()
2924 struct qla_qpair *qpair; in qla2x00_reset_host_stats()
3036 struct qla_qpair *qpair; in qla24xx_vport_create()
Dqla_isr.c4236 struct qla_qpair *qpair; in qla2xxx_msix_rsp_q()
4255 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.c110 struct qla_qpair *qpair = sp->qpair; in qla24xx_abort_iocb_timeout()
2084 struct qla_qpair *qpair = sp->qpair; in qla24xx_async_abort_command()
9360 struct qla_qpair *qla2xxx_create_qpair(struct scsi_qla_host *vha, int qos, in qla2xxx_create_qpair()
9368 struct qla_qpair *qpair = NULL; in qla2xxx_create_qpair()
9378 qpair = kzalloc(sizeof(struct qla_qpair), GFP_KERNEL); in qla2xxx_create_qpair()
9507 int qla2xxx_delete_qpair(struct scsi_qla_host *vha, struct qla_qpair *qpair) in qla2xxx_delete_qpair()
Dqla_dbg.c2709 ql_log_qp(uint32_t level, struct qla_qpair *qpair, int32_t id, in ql_log_qp()
2758 ql_dbg_qp(uint32_t level, struct qla_qpair *qpair, int32_t id, in ql_dbg_qp()
Dqla_mbx.c3257 struct qla_qpair *qpair = sp->qpair; in qla24xx_abort_command()
3351 struct qla_qpair *qpair; in __qla24xx_issue_tmf()
Dqla_edif.c2021 qla_els_reject_iocb(scsi_qla_host_t *vha, struct qla_qpair *qp, in qla_els_reject_iocb()