Searched defs:qla_tgt_func_tmpl (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/scsi/qla2xxx/ |
| D | qla_target.h | 668 struct qla_tgt_func_tmpl { struct 669 struct qla_tgt_cmd *(*find_cmd_by_tag)(struct fc_port *, uint64_t); 670 int (*handle_cmd)(struct scsi_qla_host *, struct qla_tgt_cmd *, 672 void (*handle_data)(struct qla_tgt_cmd *); 673 int (*handle_tmr)(struct qla_tgt_mgmt_cmd *, u64, uint16_t, 675 void (*free_cmd)(struct qla_tgt_cmd *); 676 void (*free_mcmd)(struct qla_tgt_mgmt_cmd *); 677 void (*free_session)(struct fc_port *); 679 int (*check_initiator_node_acl)(struct scsi_qla_host *, unsigned char *, 681 void (*update_sess)(struct fc_port *, port_id_t, uint16_t, bool); [all …]
|