Home
last modified time | relevance | path

Searched refs:abts_recv_from_24xx (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_target.h569 struct abts_recv_from_24xx { struct
948 struct abts_recv_from_24xx abts;
974 struct abts_recv_from_24xx abts;
Dqla_target.c123 struct abts_recv_from_24xx *);
396 struct abts_recv_from_24xx *entry = in qlt_24xx_atio_pkt_all_vps()
397 (struct abts_recv_from_24xx *)atio; in qlt_24xx_atio_pkt_all_vps()
411 qlt_24xx_handle_abts(host, (struct abts_recv_from_24xx *)atio); in qlt_24xx_atio_pkt_all_vps()
496 struct abts_recv_from_24xx *entry = in qlt_response_pkt_all_vps()
497 (struct abts_recv_from_24xx *)pkt; in qlt_response_pkt_all_vps()
1784 struct abts_recv_from_24xx *abts = &mcmd->orig_iocb.abts; in qlt_build_abts_resp_iocb()
1864 struct abts_recv_from_24xx *abts, uint32_t status, in qlt_24xx_send_abts_resp()
1941 struct abts_recv_from_24xx *entry; in qlt_24xx_retry_term_exchange()
1956 entry = (struct abts_recv_from_24xx *)pkt; in qlt_24xx_retry_term_exchange()
[all …]
Dtcm_qla2xxx.c1923 BUILD_BUG_ON(sizeof(struct abts_recv_from_24xx) != 64); in tcm_qla2xxx_init()