Home
last modified time | relevance | path

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

/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 *);
380 struct abts_recv_from_24xx *entry = in qlt_24xx_atio_pkt_all_vps()
381 (struct abts_recv_from_24xx *)atio; in qlt_24xx_atio_pkt_all_vps()
395 qlt_24xx_handle_abts(host, (struct abts_recv_from_24xx *)atio); in qlt_24xx_atio_pkt_all_vps()
480 struct abts_recv_from_24xx *entry = in qlt_response_pkt_all_vps()
481 (struct abts_recv_from_24xx *)pkt; in qlt_response_pkt_all_vps()
1777 struct abts_recv_from_24xx *abts = &mcmd->orig_iocb.abts; in qlt_build_abts_resp_iocb()
1857 struct abts_recv_from_24xx *abts, uint32_t status, in qlt_24xx_send_abts_resp()
1934 struct abts_recv_from_24xx *entry; in qlt_24xx_retry_term_exchange()
1949 entry = (struct abts_recv_from_24xx *)pkt; in qlt_24xx_retry_term_exchange()
[all …]
Dtcm_qla2xxx.c1908 BUILD_BUG_ON(sizeof(struct abts_recv_from_24xx) != 64); in tcm_qla2xxx_init()