Searched refs:ctl_port (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/sys/cam/ctl/
H A Dctl_frontend.h215 struct ctl_port { struct
247 STAILQ_ENTRY(ctl_port) fe_links; /* used by CTL */
248 STAILQ_ENTRY(ctl_port) links; /* used by CTL */
257 STAILQ_HEAD(, ctl_port) port_list; /* used by CTL */
282 int ctl_port_register(struct ctl_port *port);
288 int ctl_port_deregister(struct ctl_port *port);
293 void ctl_port_set_wwns(struct ctl_port *port, int wwnn_valid,
299 void ctl_port_online(struct ctl_port *fe);
304 void ctl_port_offline(struct ctl_port *fe);
337 int ctl_add_initiator(struct ctl_port *por
[all...]
H A Dctl.h142 struct ctl_port;
198 void ctl_isc_announce_port(struct ctl_port *port);
199 void ctl_isc_announce_iid(struct ctl_port *port, int iid);
H A Dctl_frontend.c148 ctl_port_register(struct ctl_port *port)
151 struct ctl_port *tport, *nport;
227 ctl_port_deregister(struct ctl_port *port)
237 STAILQ_REMOVE(&softc->port_list, port, ctl_port, links);
238 STAILQ_REMOVE(&port->frontend->port_list, port, ctl_port, fe_links);
263 ctl_port_set_wwns(struct ctl_port *port, int wwnn_valid, uint64_t wwnn,
314 ctl_port_online(struct ctl_port *port)
357 ctl_port_offline(struct ctl_port *port)
H A Dctl_private.h461 STAILQ_HEAD(, ctl_port) port_list;
462 struct ctl_port **ctl_ports;
480 int ctl_lun_map_init(struct ctl_port *port);
481 int ctl_lun_map_deinit(struct ctl_port *port);
482 int ctl_lun_map_set(struct ctl_port *port, uint32_t plun, uint32_t glun);
483 int ctl_lun_map_unset(struct ctl_port *port, uint32_t plun);
484 uint32_t ctl_lun_map_from_port(struct ctl_port *port, uint32_t plun);
485 uint32_t ctl_lun_map_to_port(struct ctl_port *port, uint32_t glun);
H A Dctl_frontend_iscsi.h50 struct ctl_port ct_port;
H A Dctl_tpc_local.c63 struct ctl_port port;
86 struct ctl_port *port;
124 struct ctl_port *port = &tsoftc->port;
272 struct ctl_port *port;
H A Dctl_frontend_ioctl.c80 struct ctl_port port;
118 struct ctl_port *port;
150 struct ctl_port *port;
175 struct ctl_port *port;
H A Dctl_frontend_cam_sim.c75 struct ctl_port port;
128 struct ctl_port *port;
219 struct ctl_port *port = &softc->port;
H A Dctl.c632 struct ctl_port *port;
896 ctl_isc_announce_port(struct ctl_port *port)
957 ctl_isc_announce_iid(struct ctl_port *port, int iid)
1032 struct ctl_port *port;
1062 struct ctl_port *port;
1204 struct ctl_port *port;
1318 struct ctl_port *port;
1916 softc->ctl_ports = malloc(sizeof(struct ctl_port *) * ctl_max_ports,
2070 ctl_remove_initiator(struct ctl_port *port, int iid)
2099 ctl_add_initiator(struct ctl_port *por
[all...]
H A Dscsi_ctl.c80 struct ctl_port port;
290 struct ctl_port *port;
H A Dctl_tpc.c1972 tpc_create_token(struct ctl_lun *lun, struct ctl_port *port, off_t len,
2022 struct ctl_port *port = CTL_PORT(ctsio);
H A Dctl_frontend_iscsi.c2129 struct ctl_port *port;
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhim.h109 HPT_U32 ctl_port; member in struct:_HIM_CHANNEL_CONFIG
/freebsd-13-stable/sys/dev/hptnr/
H A Dhim.h108 HPT_U32 ctl_port; member in struct:_HIM_CHANNEL_CONFIG
/freebsd-13-stable/sys/dev/hptrr/
H A Dhim.h94 HPT_U32 ctl_port; member in struct:_HIM_CHANNEL_CONFIG
/freebsd-13-stable/usr.sbin/ctld/
H A Dctld.h368 uint32_t ctl_port);
H A Dctld.c1177 pport_new(struct conf *conf, const char *name, uint32_t ctl_port) argument
1186 pp->pp_ctl_port = ctl_port;
/freebsd-13-stable/sys/dev/usb/storage/
H A Dcfumass.c89 struct ctl_port cfumass_port;

Completed in 132 milliseconds