Home
last modified time | relevance | path

Searched refs:ctl_port (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl_frontend.h214 struct ctl_port { struct
246 STAILQ_ENTRY(ctl_port) fe_links; /* used by CTL */ argument
247 STAILQ_ENTRY(ctl_port) links; /* used by CTL */
256 STAILQ_HEAD(, ctl_port) port_list; /* used by CTL */
281 int ctl_port_register(struct ctl_port *port);
287 int ctl_port_deregister(struct ctl_port *port);
292 void ctl_port_set_wwns(struct ctl_port *port, int wwnn_valid,
298 void ctl_port_online(struct ctl_port *fe);
303 void ctl_port_offline(struct ctl_port *fe);
336 int ctl_add_initiator(struct ctl_port *port, int iid, uint64_t wwpn, char *name);
[all …]
H A Dctl_frontend.c145 ctl_port_register(struct ctl_port *port) in ctl_port_register()
148 struct ctl_port *tport, *nport; in ctl_port_register()
224 ctl_port_deregister(struct ctl_port *port) in ctl_port_deregister()
234 STAILQ_REMOVE(&softc->port_list, port, ctl_port, links); in ctl_port_deregister()
235 STAILQ_REMOVE(&port->frontend->port_list, port, ctl_port, fe_links); in ctl_port_deregister()
260 ctl_port_set_wwns(struct ctl_port *port, int wwnn_valid, uint64_t wwnn, in ctl_port_set_wwns()
311 ctl_port_online(struct ctl_port *port) in ctl_port_online()
354 ctl_port_offline(struct ctl_port *port) in ctl_port_offline()
H A Dctl_private.h405 STAILQ_HEAD(, ctl_port) port_list;
406 struct ctl_port **ctl_ports;
426 int ctl_lun_map_init(struct ctl_port *port);
427 int ctl_lun_map_deinit(struct ctl_port *port);
428 int ctl_lun_map_set(struct ctl_port *port, uint32_t plun, uint32_t glun);
429 int ctl_lun_map_unset(struct ctl_port *port, uint32_t plun);
430 uint32_t ctl_lun_map_from_port(struct ctl_port *port, uint32_t plun);
431 uint32_t ctl_lun_map_to_port(struct ctl_port *port, uint32_t glun);
H A Dctl.h145 struct ctl_port;
204 void ctl_isc_announce_port(struct ctl_port *port);
205 void ctl_isc_announce_iid(struct ctl_port *port, int iid);
H A Dctl_tpc_local.c60 struct ctl_port port;
83 struct ctl_port *port; in tpcl_init()
121 struct ctl_port *port = &tsoftc->port; in tpcl_shutdown()
269 struct ctl_port *port; in tpcl_resolve()
H A Dctl_frontend_ioctl.c77 struct ctl_port port;
115 struct ctl_port *port; in cfi_init()
147 struct ctl_port *port; in cfi_shutdown()
172 struct ctl_port *port; in cfi_ioctl_port_create()
H A Dctl_frontend_iscsi.h48 struct ctl_port ct_port;
H A Dctl_frontend_cam_sim.c72 struct ctl_port port;
125 struct ctl_port *port; in cfcs_init()
216 struct ctl_port *port = &softc->port; in cfcs_shutdown()
H A Dctl.c598 struct ctl_port *port; in ctl_ha_shutdown()
1002 struct ctl_port *port; in ctl_isc_ha_link_up()
1032 struct ctl_port *port; in ctl_isc_ha_link_down()
1196 struct ctl_port *port; in ctl_isc_port_sync()
1326 struct ctl_port *port; in ctl_isc_iid_sync()
2576 struct ctl_port *port; in ctl_ioctl()
2589 struct ctl_port *port; in ctl_ioctl()
2873 struct ctl_port *port; in ctl_ioctl()
3332 struct ctl_port *port; in ctl_ioctl()
4780 struct ctl_port *port; in ctl_disable_lun()
[all …]
H A Dscsi_ctl.c77 struct ctl_port port;
287 struct ctl_port *port; in ctlfeasync()
H A Dctl_tpc.c1970 tpc_create_token(struct ctl_lun *lun, struct ctl_port *port, off_t len, in tpc_create_token()
2020 struct ctl_port *port = CTL_PORT(ctsio); in ctl_populate_token()
H A Dctl_frontend_iscsi.c2145 struct ctl_port *port; in cfiscsi_ioctl_port_create()
/freebsd/usr.sbin/nvmfd/
H A Dctl.c25 static int ctl_port; variable
82 ctl_port = nvlist_get_number(nvl, "port_id"); in init_ctl_port()
86 entry.targ_port = ctl_port; in init_ctl_port()
/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_var.h30 struct ctl_port port;
H A Dctl_frontend_nvmf.c659 struct ctl_port *port; in nvmft_port_create()
/freebsd/sys/dev/hptrr/
H A Dhim.h92 HPT_U32 ctl_port; member
/freebsd/sys/dev/hptnr/
H A Dhim.h106 HPT_U32 ctl_port; member
/freebsd/sys/dev/hpt27xx/
H A Dhim.h107 HPT_U32 ctl_port; member
/freebsd/usr.sbin/ctld/
H A Dctld.h309 uint32_t ctl_port);
H A Dctld.c1180 pport_new(struct conf *conf, const char *name, uint32_t ctl_port) in pport_new() argument
1189 pp->pp_ctl_port = ctl_port; in pport_new()
/freebsd/sys/dev/usb/storage/
H A Dcfumass.c86 struct ctl_port cfumass_port;