Searched refs:port_id_t (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.1/drivers/scsi/qla2xxx/ |
D | qla_edif_bsg.h | 92 port_id_t remote_pid; 99 port_id_t remote_pid; 170 port_id_t port_id; 208 port_id_t port_id; 214 port_id_t port_id; 238 port_id_t d_id; 247 port_id_t port_id;
|
D | qla_edif.h | 108 port_id_t pur_sid; 109 port_id_t pur_did;
|
D | qla_gbl.h | 46 extern int qla24xx_els_dcmd_iocb(scsi_qla_host_t *, int, port_id_t); 107 int qla24xx_post_newsess_work(struct scsi_qla_host *, port_id_t *, u8 *, u8*, 609 fc_port_t *qla2x00_find_fcport_by_nportid(scsi_qla_host_t *, port_id_t *, u8); 724 extern int qla24xx_post_gpnid_work(struct scsi_qla_host *, port_id_t *); 725 extern int qla24xx_async_gpnid(scsi_qla_host_t *, port_id_t *); 962 uint64_t wwn, port_id_t port_id, uint16_t loop_id, struct fc_port **); 965 void qlt_update_host_map(struct scsi_qla_host *, port_id_t); 983 fc_port_t *qla2x00_find_fcport_by_pid(scsi_qla_host_t *vha, port_id_t *id);
|
D | qla_def.h | 76 } port_id_t; typedef 437 static inline port_id_t be_to_port_id(be_id_t id) in be_to_port_id() 439 port_id_t res; in be_to_port_id() 449 static inline be_id_t port_id_to_be_id(port_id_t port_id) in port_id_to_be_id() 485 port_id_t id; 649 port_id_t did, sid; 2420 port_id_t d_id; 2476 port_id_t id; 2547 port_id_t d_id; 2679 port_id_t id; [all …]
|
D | qla_edif.c | 26 port_id_t plogi_did; 28 port_id_t els_sid; 279 qla2x00_find_fcport_by_pid(scsi_qla_host_t *vha, port_id_t *id) in qla2x00_find_fcport_by_pid() 718 port_id_t portid = {0}; in qla_edif_app_authok() 831 port_id_t portid = {0}; in qla_edif_app_authfail() 905 port_id_t tdid; in qla_edif_app_getfcinfo() 1512 port_id_t portid; in qla24xx_sadb_update() 1867 static void qla_enode_clear(scsi_qla_host_t *vha, port_id_t portid) in qla_enode_clear() 2061 static void qla_edb_clear(scsi_qla_host_t *vha, port_id_t portid) in qla_edb_clear() 2065 port_id_t sid; in qla_edb_clear() [all …]
|
D | qla_gs.c | 16 static int qla_async_rftid(scsi_qla_host_t *, port_id_t *); 17 static int qla_async_rffid(scsi_qla_host_t *, port_id_t *, u8, u8); 18 static int qla_async_rnnid(scsi_qla_host_t *, port_id_t *, u8*); 584 static int qla_async_rftid(scsi_qla_host_t *vha, port_id_t *d_id) in qla_async_rftid() 682 static int qla_async_rffid(scsi_qla_host_t *vha, port_id_t *d_id, in qla_async_rffid() 774 static int qla_async_rnnid(scsi_qla_host_t *vha, port_id_t *d_id, in qla_async_rnnid() 2952 int qla24xx_post_gpnid_work(struct scsi_qla_host *vha, port_id_t *id) in qla24xx_post_gpnid_work() 3175 int qla24xx_async_gpnid(scsi_qla_host_t *vha, port_id_t *id) in qla24xx_async_gpnid() 3728 port_id_t id; in qla2x00_find_free_fcp_nvme_slot()
|
D | qla_target.c | 793 qlt_plogi_ack_find_add(struct scsi_qla_host *vha, port_id_t *id, in qlt_plogi_ack_find_add() 831 port_id_t port_id; in qlt_plogi_ack_unref() 912 port_id_t id; 4389 port_id_t id; in qlt_handle_cmd_for_atio() 4639 port_id_t port_id, uint16_t loop_id, struct fc_port **conflict_sess) in qlt_find_sess_invalidate_other() 4704 static int abort_cmds_for_s_id(struct scsi_qla_host *vha, port_id_t *s_id) in abort_cmds_for_s_id() 4744 port_id_t port_id; in qlt_handle_login() 4964 port_id_t port_id; in qlt_24xx_handle_els() 5406 port_id_t id; in __qlt_send_busy() 7306 void qlt_update_host_map(struct scsi_qla_host *vha, port_id_t id) in qlt_update_host_map()
|
D | qla_target.h | 696 void (*update_sess)(struct fc_port *, port_id_t, uint16_t, bool);
|
D | qla_init.c | 707 port_id_t id; in qla24xx_handle_gnl_done_event() 1068 port_id_t id; in qla24xx_async_gnl_sp_done() 1809 int qla24xx_post_newsess_work(struct scsi_qla_host *vha, port_id_t *id, in qla24xx_post_newsess_work() 2189 port_id_t cid; /* conflict Nport id */ in qla24xx_handle_plogi_done_event() 4720 port_id_t id; in qla2x00_configure_hba() 6165 port_id_t wrap = {}, nxt_d_id; in qla2x00_find_all_fabric_devs()
|
D | tcm_qla2xxx.c | 1455 static void tcm_qla2xxx_update_sess(struct fc_port *sess, port_id_t s_id, in tcm_qla2xxx_update_sess()
|
D | qla_iocb.c | 2666 port_id_t remote_did) in qla24xx_els_dcmd_iocb() 2876 port_id_t cid; /* conflict Nport id */ in qla2x00_els_dcmd2_sp_done()
|
D | qla_attr.c | 843 port_id_t did; in qla2x00_issue_logo()
|
D | qla_isr.c | 881 qla2x00_find_fcport_by_nportid(scsi_qla_host_t *vha, port_id_t *id, in qla2x00_find_fcport_by_nportid()
|
D | qla_mbx.c | 3987 port_id_t id; in qla24xx_report_id_acquisition()
|