Home
last modified time | relevance | path

Searched defs:lport (Results 1 – 25 of 87) sorted by relevance

1234

/linux/drivers/scsi/libfc/
H A Dfc_lport.c144 struct fc_lport *lport; member
156 static int fc_frame_drop(struct fc_lport *lport, struct fc_frame *fp) in fc_frame_drop()
171 static void fc_lport_rport_callback(struct fc_lport *lport, in fc_lport_rport_callback()
215 static const char *fc_lport_state(struct fc_lport *lport) in fc_lport_state()
232 static void fc_lport_ptp_setup(struct fc_lport *lport, in fc_lport_ptp_setup()
266 struct fc_lport *lport = shost_priv(shost); in fc_get_host_port_state() local
289 struct fc_lport *lport = shost_priv(shost); in fc_get_host_speed() local
302 struct fc_lport *lport = shost_priv(shost); in fc_get_host_stats() local
355 static void fc_lport_flogi_fill(struct fc_lport *lport, in fc_lport_flogi_fill()
390 static void fc_lport_add_fc4_type(struct fc_lport *lport, enum fc_fh_type type) in fc_lport_add_fc4_type()
[all …]
H A Dfc_disc.c72 struct fc_lport *lport; in fc_disc_recv_rscn_req() local
178 static void fc_disc_recv_req(struct fc_lport *lport, struct fc_frame *fp) in fc_disc_recv_req()
232 struct fc_lport *lport) in fc_disc_start()
254 struct fc_lport *lport = fc_disc_lport(disc); in fc_disc_done() local
298 struct fc_lport *lport = fc_disc_lport(disc); in fc_disc_error() local
342 struct fc_lport *lport = fc_disc_lport(disc); in fc_disc_gpn_ft_req() local
378 struct fc_lport *lport; in fc_disc_gpn_ft_parse() local
570 struct fc_lport *lport; in fc_disc_gpn_id_resp() local
643 static int fc_disc_gpn_id_req(struct fc_lport *lport, in fc_disc_gpn_id_req()
666 static int fc_disc_single(struct fc_lport *lport, struct fc_disc_port *dp) in fc_disc_single()
[all …]
H A Dfc_rport.c104 struct fc_rport_priv *fc_rport_lookup(const struct fc_lport *lport, in fc_rport_lookup() argument
128 struct fc_rport_priv *fc_rport_create(struct fc_lport *lport, u32 port_id) in fc_rport_create() argument
265 struct fc_lport *lport = rdata->local_port; fc_rport_work() local
505 struct fc_lport *lport = rdata->local_port; fc_rport_logoff() local
615 struct fc_lport *lport = rdata->local_port; fc_rport_error() local
701 struct fc_lport *lport = rdata->local_port; fc_rport_login_complete() local
742 struct fc_lport *lport = rdata->local_port; fc_rport_flogi_resp() local
822 struct fc_lport *lport = rdata->local_port; fc_rport_enter_flogi() local
855 fc_rport_recv_flogi_req(struct fc_lport * lport,struct fc_frame * rx_fp) fc_rport_recv_flogi_req() argument
986 struct fc_lport *lport = rdata->local_port; fc_rport_plogi_resp() local
1050 fc_rport_compatible_roles(struct fc_lport * lport,struct fc_rport_priv * rdata) fc_rport_compatible_roles() argument
1071 struct fc_lport *lport = rdata->local_port; fc_rport_enter_plogi() local
1247 struct fc_lport *lport = rdata->local_port; fc_rport_enter_prli() local
1387 struct fc_lport *lport = rdata->local_port; fc_rport_enter_rtv() local
1419 struct fc_lport *lport = rdata->local_port; fc_rport_recv_rtv_req() local
1457 struct fc_lport *lport = rdata->local_port; fc_rport_logo_resp() local
1474 struct fc_lport *lport = rdata->local_port; fc_rport_enter_logo() local
1561 struct fc_lport *lport = rdata->local_port; fc_rport_enter_adisc() local
1593 struct fc_lport *lport = rdata->local_port; fc_rport_recv_adisc_req() local
1632 struct fc_lport *lport = rdata->local_port; fc_rport_recv_rls_req() local
1697 fc_rport_recv_els_req(struct fc_lport * lport,struct fc_frame * fp) fc_rport_recv_els_req() argument
1794 fc_rport_recv_req(struct fc_lport * lport,struct fc_frame * fp) fc_rport_recv_req() argument
1842 fc_rport_recv_plogi_req(struct fc_lport * lport,struct fc_frame * rx_fp) fc_rport_recv_plogi_req() argument
1968 struct fc_lport *lport = rdata->local_port; fc_rport_recv_prli_req() local
2084 struct fc_lport *lport = rdata->local_port; fc_rport_recv_prlo_req() local
2153 fc_rport_recv_logo_req(struct fc_lport * lport,struct fc_frame * fp) fc_rport_recv_logo_req() argument
2202 struct fc_lport *lport = rdata->local_port; fc_rport_fcp_prli() local
2287 struct fc_lport *lport = rpriv->local_port; fc_rport_terminate_io() local
[all...]
H A Dfc_fcp.c131 static struct fc_fcp_pkt *fc_fcp_pkt_alloc(struct fc_lport *lport, gfp_t gfp) in fc_fcp_pkt_alloc()
318 struct fc_lport *lport; in fc_fcp_ddp_setup() local
336 struct fc_lport *lport; in fc_fcp_ddp_done() local
355 static void fc_fcp_can_queue_ramp_up(struct fc_lport *lport) in fc_fcp_can_queue_ramp_up()
397 static bool fc_fcp_can_queue_ramp_down(struct fc_lport *lport) in fc_fcp_can_queue_ramp_down()
433 static inline struct fc_frame *fc_fcp_frame_alloc(struct fc_lport *lport, in fc_fcp_frame_alloc()
475 struct fc_lport *lport = fsp->lp; in fc_fcp_recv_data() local
596 struct fc_lport *lport = fsp->lp; in fc_fcp_send_data() local
776 struct fc_lport *lport = fsp->lp; in fc_fcp_recv() local
980 struct fc_lport *lport = fsp->lp; in fc_fcp_complete_locked() local
[all …]
H A Dfc_encode.h48 static inline void fc_adisc_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_adisc_fill()
91 static inline int fc_ct_ns_fill(struct fc_lport *lport, in fc_ct_ns_fill()
187 static inline int fc_ct_ms_fill(struct fc_lport *lport, in fc_ct_ms_fill()
723 static inline int fc_ct_fill(struct fc_lport *lport, in fc_ct_fill()
747 static inline void fc_plogi_fill(struct fc_lport *lport, struct fc_frame *fp, in fc_plogi_fill()
780 static inline void fc_flogi_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_flogi_fill()
805 static inline void fc_fdisc_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_fdisc_fill()
828 static inline void fc_logo_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_logo_fill()
842 static inline void fc_rtv_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_rtv_fill()
854 static inline void fc_rec_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_rec_fill()
[all …]
H A Dfc_exch.c86 struct fc_lport *lport; member
463 static int fc_seq_send_locked(struct fc_lport *lport, struct fc_seq *sp, in fc_seq_send_locked() argument
525 int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp) in fc_seq_send() argument
812 static struct fc_exch *fc_exch_em_alloc(struct fc_lport *lport, in fc_exch_em_alloc() argument
905 fc_exch_alloc(struct fc_lport * lport,struct fc_frame * fp) fc_exch_alloc() argument
928 struct fc_lport *lport = mp->lport; fc_exch_find() local
990 fc_exch_resp(struct fc_lport * lport,struct fc_exch_mgr * mp,struct fc_frame * fp) fc_exch_resp() argument
1038 fc_seq_lookup_recip(struct fc_lport * lport,struct fc_exch_mgr * mp,struct fc_frame * fp) fc_seq_lookup_recip() argument
1281 struct fc_lport *lport = ep->lp; fc_seq_send_ack() local
1346 struct fc_lport *lport; fc_exch_send_ba_rjt() local
1474 fc_seq_assign(struct fc_lport * lport,struct fc_frame * fp) fc_seq_assign() argument
1509 fc_exch_recv_req(struct fc_lport * lport,struct fc_exch_mgr * mp,struct fc_frame * fp) fc_exch_recv_req() argument
1831 struct fc_lport *lport; fc_seq_ls_acc() local
1863 struct fc_lport *lport; fc_seq_ls_rjt() local
1934 fc_exch_pool_reset(struct fc_lport * lport,struct fc_exch_pool * pool,u32 sid,u32 did) fc_exch_pool_reset() argument
1979 fc_exch_mgr_reset(struct fc_lport * lport,u32 sid,u32 did) fc_exch_mgr_reset() argument
2000 fc_exch_lookup(struct fc_lport * lport,u32 xid) fc_exch_lookup() argument
2018 struct fc_lport *lport; fc_exch_els_rec() local
2175 fc_exch_seq_send(struct fc_lport * lport,struct fc_frame * fp,void (* resp)(struct fc_seq *,struct fc_frame * fp,void * arg),void (* destructor)(struct fc_seq *,void *),void * arg,u32 timer_msec) fc_exch_seq_send() argument
2245 struct fc_lport *lport; fc_exch_rrq() local
2295 struct fc_lport *lport; fc_exch_els_rrq() local
2361 fc_exch_update_stats(struct fc_lport * lport) fc_exch_update_stats() argument
2388 fc_exch_mgr_add(struct fc_lport * lport,struct fc_exch_mgr * mp,bool (* match)(struct fc_frame *)) fc_exch_mgr_add() argument
2462 fc_exch_mgr_alloc(struct fc_lport * lport,enum fc_class class,u16 min_xid,u16 max_xid,bool (* match)(struct fc_frame *)) fc_exch_mgr_alloc() argument
2557 fc_exch_mgr_free(struct fc_lport * lport) fc_exch_mgr_free() argument
2575 fc_find_ema(u32 f_ctl,struct fc_lport * lport,struct fc_frame_header * fh) fc_find_ema() argument
2602 fc_exch_recv(struct fc_lport * lport,struct fc_frame * fp) fc_exch_recv() argument
2660 fc_exch_init(struct fc_lport * lport) fc_exch_init() argument
[all...]
H A Dfc_libfc.c229 void fc_fc4_conf_lport_params(struct fc_lport *lport, enum fc_fh_type type) in fc_fc4_conf_lport_params()
243 struct fc_lport *lport; in fc_lport_iterate() local
299 void fc_fc4_add_lport(struct fc_lport *lport) in fc_fc4_add_lport()
312 void fc_fc4_del_lport(struct fc_lport *lport) in fc_fc4_del_lport()
H A Dfc_libfc.h34 #define FC_LPORT_DBG(lport, fmt, args...) \ argument
46 #define FC_RPORT_ID_DBG(lport, port_id, fmt, args...) \ argument
79 #define FC_SCSI_DBG(lport, fmt, args...) \ argument
H A Dfc_elsct.c31 struct fc_seq *fc_elsct_send(struct fc_lport *lport, u32 did, in fc_elsct_send()
66 int fc_elsct_init(struct fc_lport *lport) in fc_elsct_init()
/linux/drivers/scsi/fcoe/
H A Dfcoe.c591 static void fcoe_update_src_mac(struct fc_lport *lport, u8 *addr) in fcoe_update_src_mac()
607 static u8 *fcoe_get_src_mac(struct fc_lport *lport) in fcoe_get_src_mac()
620 static int fcoe_lport_config(struct fc_lport *lport) in fcoe_lport_config()
651 static void fcoe_netdev_features_change(struct fc_lport *lport, in fcoe_netdev_features_change()
700 static int fcoe_netdev_config(struct fc_lport *lport, struct net_device *netdev) in fcoe_netdev_config()
764 static int fcoe_shost_config(struct fc_lport *lport, struct device *dev) in fcoe_shost_config()
806 static void fcoe_fdmi_info(struct fc_lport *lport, struct net_device *netdev) in fcoe_fdmi_info()
920 static inline int fcoe_em_config(struct fc_lport *lport) in fcoe_em_config()
1001 static void fcoe_if_destroy(struct fc_lport *lport) in fcoe_if_destroy()
1061 static int fcoe_ddp_setup(struct fc_lport *lport, u16 xid, in fcoe_ddp_setup()
[all …]
H A Dfcoe_ctlr.c530 struct fc_lport *lport, in fcoe_ctlr_send_keep_alive()
604 static int fcoe_ctlr_encaps(struct fcoe_ctlr *fip, struct fc_lport *lport, in fcoe_ctlr_encaps()
697 int fcoe_ctlr_els_send(struct fcoe_ctlr *fip, struct fc_lport *lport, in fcoe_ctlr_els_send()
1136 struct fc_lport *lport = fip->lp; in fcoe_ctlr_recv_els() local
1317 struct fc_lport *lport = fip->lp; in fcoe_ctlr_recv_clr_vlink() local
1897 int fcoe_ctlr_recv_flogi(struct fcoe_ctlr *fip, struct fc_lport *lport, in fcoe_ctlr_recv_flogi()
2118 static void fcoe_ctlr_vn_rport_callback(struct fc_lport *lport, in fcoe_ctlr_vn_rport_callback()
2160 static void fcoe_ctlr_disc_stop_locked(struct fc_lport *lport) in fcoe_ctlr_disc_stop_locked()
2182 static void fcoe_ctlr_disc_stop(struct fc_lport *lport) in fcoe_ctlr_disc_stop()
2198 static void fcoe_ctlr_disc_stop_final(struct fc_lport *lport) in fcoe_ctlr_disc_stop_final()
[all …]
H A Dfcoe_transport.c117 int fcoe_link_speed_update(struct fc_lport *lport) in fcoe_link_speed_update()
169 void __fcoe_get_lesb(struct fc_lport *lport, in __fcoe_get_lesb()
203 void fcoe_get_lesb(struct fc_lport *lport, in fcoe_get_lesb()
368 void fcoe_clean_pending_queue(struct fc_lport *lport) in fcoe_clean_pending_queue()
397 void fcoe_check_wait_queue(struct fc_lport *lport, struct sk_buff *skb) in fcoe_check_wait_queue()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c133 static inline struct net_device *bnx2fc_netdev(const struct fc_lport *lport) in bnx2fc_netdev() argument
179 static void bnx2fc_abort_io(struct fc_lport *lport) in bnx2fc_abort_io() argument
189 static void bnx2fc_cleanup(struct fc_lport *lport) in bnx2fc_cleanup() argument
264 bnx2fc_xmit(struct fc_lport * lport,struct fc_frame * fp) bnx2fc_xmit() argument
427 struct fc_lport *lport; bnx2fc_rcv() local
507 struct fc_lport *lport; bnx2fc_recv_frame() local
679 struct fc_lport *lport = shost_priv(shost); bnx2fc_get_host_stats() local
728 bnx2fc_shost_config(struct fc_lport * lport,struct device * dev) bnx2fc_shost_config() argument
761 bnx2fc_link_ok(struct fc_lport * lport) bnx2fc_link_ok() argument
793 bnx2fc_net_config(struct fc_lport * lport,struct net_device * netdev) bnx2fc_net_config() argument
863 struct fc_lport *lport; bnx2fc_indicate_netevent() local
982 bnx2fc_libfc_config(struct fc_lport * lport) bnx2fc_libfc_config() argument
995 bnx2fc_em_config(struct fc_lport * lport,struct bnx2fc_hba * hba) bnx2fc_em_config() argument
1013 bnx2fc_lport_config(struct fc_lport * lport) bnx2fc_lport_config() argument
1071 bnx2fc_update_src_mac(struct fc_lport * lport,u8 * addr) bnx2fc_update_src_mac() argument
1083 bnx2fc_get_src_mac(struct fc_lport * lport) bnx2fc_get_src_mac() argument
1168 bnx2fc_free_vport(struct bnx2fc_hba * hba,struct fc_lport * lport) bnx2fc_free_vport() argument
1214 struct fc_lport *lport = vport->dd_data; bnx2fc_vport_disable() local
1487 struct fc_lport *lport, *n_port; bnx2fc_if_create() local
1597 struct fc_lport *lport = ctlr->lp; bnx2fc_interface_cleanup() local
1612 bnx2fc_if_destroy(struct fc_lport * lport) bnx2fc_if_destroy() argument
1638 struct fc_lport *lport = ctlr->lp; __bnx2fc_destroy() local
1687 struct fc_lport *lport; bnx2fc_port_destroy() local
1827 struct fc_lport *lport; bnx2fc_ulp_start() local
1850 bnx2fc_port_shutdown(struct fc_lport * lport) bnx2fc_port_shutdown() argument
1860 struct fc_lport *lport; bnx2fc_stop() local
1987 struct fc_lport *lport; bnx2fc_start_disc() local
2115 bnx2fc_npiv_create_vports(struct fc_lport * lport,struct cnic_fc_npiv_tbl * npiv_tbl) bnx2fc_npiv_create_vports() argument
2172 struct fc_lport *lport; __bnx2fc_enable() local
2297 struct fc_lport *lport; _bnx2fc_create() local
2565 struct fc_lport *lport = shost_priv(shost); bnx2fc_fcoe_reset() local
2904 struct fc_lport *lport = shost_priv(shost); bnx2fc_tm_timeout_show() local
2917 struct fc_lport *lport = shost_priv(shost); bnx2fc_tm_timeout_store() local
[all...]
H A Dbnx2fc_els.c65 struct fc_lport *lport = NULL; in bnx2fc_send_rrq() local
187 struct fc_lport *lport = tgt->rdata->local_port; in bnx2fc_send_adisc() local
215 struct fc_lport *lport = tgt->rdata->local_port; in bnx2fc_send_logo() local
243 struct fc_lport *lport = tgt->rdata->local_port; in bnx2fc_send_rls() local
586 struct fc_lport *lport = tgt->rdata->local_port; in bnx2fc_send_rec() local
628 struct fc_lport *lport = tgt->rdata->local_port; in bnx2fc_send_srr() local
678 struct fc_lport *lport = port->lport; in bnx2fc_initiate_els() local
865 struct fc_lport *lport = exch->lp; in bnx2fc_flogi_resp() local
917 struct fc_lport *lport = exch->lp; in bnx2fc_logo_resp() local
925 struct fc_seq *bnx2fc_elsct_send(struct fc_lport *lport, u32 did, in bnx2fc_elsct_send()
/linux/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c166 struct tcm_qla2xxx_lport *lport = tpg->lport; in tcm_qla2xxx_get_fabric_wwn() local
788 struct tcm_qla2xxx_lport *lport = container_of(se_wwn, in tcm_qla2xxx_clear_nacl_from_fcport_map() local
912 struct tcm_qla2xxx_lport *lport = container_of(se_wwn, in tcm_qla2xxx_enable_tpg() local
986 struct tcm_qla2xxx_lport *lport = container_of(wwn, in tcm_qla2xxx_make_tpg() local
1034 struct tcm_qla2xxx_lport *lport = tpg->lport; in tcm_qla2xxx_drop_tpg() local
1055 struct tcm_qla2xxx_lport *lport = container_of(se_wwn, in tcm_qla2xxx_npiv_enable_tpg() local
1082 struct tcm_qla2xxx_lport *lport = container_of(wwn, in tcm_qla2xxx_npiv_make_tpg() local
1125 struct tcm_qla2xxx_lport *lport; in tcm_qla2xxx_find_sess_by_s_id() local
1161 struct tcm_qla2xxx_lport *lport, in tcm_qla2xxx_set_sess_by_s_id()
1230 struct tcm_qla2xxx_lport *lport; in tcm_qla2xxx_find_sess_by_loop_id() local
[all …]
H A Dqla_nvme.c115 static int qla_nvme_alloc_queue(struct nvme_fc_local_port *lport, in qla_nvme_alloc_queue()
363 static int qla_nvme_xmt_ls_rsp(struct nvme_fc_local_port *lport, in qla_nvme_xmt_ls_rsp()
449 static void qla_nvme_ls_abort(struct nvme_fc_local_port *lport, in qla_nvme_ls_abort()
471 static int qla_nvme_ls_req(struct nvme_fc_local_port *lport, in qla_nvme_ls_req()
531 static void qla_nvme_fcp_abort(struct nvme_fc_local_port *lport, in qla_nvme_fcp_abort()
763 static int qla_nvme_post_cmd(struct nvme_fc_local_port *lport, in qla_nvme_post_cmd()
839 static void qla_nvme_map_queues(struct nvme_fc_local_port *lport, in qla_nvme_map_queues()
847 static void qla_nvme_localport_delete(struct nvme_fc_local_port *lport) in qla_nvme_localport_delete()
/linux/drivers/target/tcm_fc/
H A Dtfc_sess.c30 #define TFC_SESS_DBG(lport, fmt, args...) \ argument
41 static struct ft_tport *ft_tport_get(struct fc_lport *lport) in ft_tport_get()
82 struct fc_lport *lport; in ft_tport_delete() local
103 void ft_lport_add(struct fc_lport *lport, void *arg) in ft_lport_add()
115 void ft_lport_del(struct fc_lport *lport, void *arg) in ft_lport_del()
132 struct fc_lport *lport = arg; in ft_lport_notify() local
158 static struct ft_sess *ft_sess_get(struct fc_lport *lport, u32 port_id) in ft_sess_get()
478 static void ft_recv(struct fc_lport *lport, struct fc_frame *fp) in ft_recv()
H A Dtfc_io.c46 struct fc_lport *lport; in ft_queue_data_in() local
200 struct fc_lport *lport; in ft_recv_write_data() local
331 struct fc_lport *lport = NULL; in ft_invl_hw_context() local
H A Dtfc_cmd.c105 struct fc_lport *lport; in ft_queue_status() local
182 struct fc_lport *lport; in ft_write_pending() local
265 static void ft_send_resp_status(struct fc_lport *lport, in ft_send_resp_status()
423 struct fc_lport *lport = sess->tport->lport; in ft_recv_cmd() local
/linux/drivers/scsi/lpfc/
H A Dlpfc_nvme.c86 struct lpfc_nvme_lport *lport; in lpfc_nvme_create_queue() local
148 struct lpfc_nvme_lport *lport; in lpfc_nvme_delete_queue() local
166 struct lpfc_nvme_lport *lport = localport->private; in lpfc_nvme_localport_delete() local
264 struct lpfc_nvme_lport *lport; in lpfc_nvme_handle_lsreq() local
368 struct lpfc_nvme_lport *lport; in lpfc_nvme_ls_req_cmp() local
666 struct lpfc_nvme_lport *lport; in lpfc_nvme_ls_req() local
765 struct lpfc_nvme_lport *lport; in lpfc_nvme_xmt_ls_rsp() local
803 struct lpfc_nvme_lport *lport; in lpfc_nvme_ls_abort() local
944 struct lpfc_nvme_lport *lport; in lpfc_nvme_io_cmd_cmpl() local
1532 struct lpfc_nvme_lport *lport; in lpfc_nvme_fcp_io_submit() local
[all …]
/linux/drivers/scsi/qedf/
H A Dqedf_attr.c16 struct fc_lport *lport; in qedf_get_base_qedf() local
30 struct fc_lport *lport = shost_priv(class_to_shost(dev)); in fcoe_mac_show() local
47 struct fc_lport *lport = shost_priv(class_to_shost(dev)); in fka_period_show() local
111 struct fc_lport *lport = shost_priv(dev_to_shost(container_of(kobj, in qedf_sysfs_read_grcdump() local
130 struct fc_lport *lport = NULL; in qedf_sysfs_write_grcdump() local
H A Dqedf_els.c15 struct fc_lport *lport; in qedf_initiate_els() local
242 struct fc_lport *lport; in qedf_send_rrq() local
333 struct fc_lport *lport = fcport->qedf->lport; in qedf_process_l2_frame_compl() local
370 struct fc_lport *lport; in qedf_restart_rport() local
504 struct fc_lport *lport = fcport->qedf->lport; in qedf_send_adisc() local
547 struct fc_lport *lport; in qedf_srr_compl() local
628 struct fc_lport *lport; in qedf_send_srr() local
842 struct fc_lport *lport; in qedf_rec_compl() local
1001 struct fc_lport *lport; in qedf_send_rec() local
/linux/drivers/nvme/host/
H A Dfc.c140 struct nvme_fc_lport *lport; member
157 struct nvme_fc_lport *lport; member
243 struct nvme_fc_lport *lport = in nvme_fc_free_lport() local
264 nvme_fc_lport_put(struct nvme_fc_lport *lport) in nvme_fc_lport_put()
270 nvme_fc_lport_get(struct nvme_fc_lport *lport) in nvme_fc_lport_get()
281 struct nvme_fc_lport *lport; in nvme_fc_attach_to_unreg_lport() local
458 struct nvme_fc_lport *lport = localport_to_lport(portptr); in nvme_fc_unregister_localport() local
494 nvme_fc_signal_discovery_scan(struct nvme_fc_lport *lport, in nvme_fc_signal_discovery_scan()
518 struct nvme_fc_lport *lport = in nvme_fc_free_rport() local
582 nvme_fc_attach_to_suspended_rport(struct nvme_fc_lport *lport, in nvme_fc_attach_to_suspended_rport()
[all …]
/linux/include/uapi/linux/netfilter/
H A Dxt_TPROXY.h15 __be16 lport; member
22 __be16 lport; member
/linux/drivers/nvme/target/
H A Dfcloop.c214 struct fcloop_lport *lport; member
221 struct fcloop_lport *lport; member
231 struct fcloop_lport *lport; member
240 struct fcloop_lport *lport; member
1028 struct fcloop_lport *lport = lport_priv->lport; in fcloop_localport_delete() local
1106 struct fcloop_lport *lport; in fcloop_create_local_port() local
1161 __unlink_local_port(struct fcloop_lport *lport) in __unlink_local_port()
1167 __wait_localport_unreg(struct fcloop_lport *lport) in __wait_localport_unreg()
1188 struct fcloop_lport *tlport, *lport = NULL; in fcloop_delete_local_port() local
1221 struct fcloop_lport *tmplport, *lport = NULL; in fcloop_alloc_nport() local
[all …]

1234