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

/freebsd-11-stable/sys/cam/ctl/
H A Dctl_frontend.h218 struct ctl_port { struct
252 STAILQ_ENTRY(ctl_port) fe_links; /* used by CTL */
253 STAILQ_ENTRY(ctl_port) links; /* used by CTL */
262 STAILQ_HEAD(, ctl_port) port_list; /* used by CTL */
287 int ctl_port_register(struct ctl_port *port);
293 int ctl_port_deregister(struct ctl_port *port);
298 void ctl_port_set_wwns(struct ctl_port *port, int wwnn_valid,
304 void ctl_port_online(struct ctl_port *fe);
309 void ctl_port_offline(struct ctl_port *fe);
335 int ctl_add_initiator(struct ctl_port *por
[all...]
H A Dctl.h140 struct ctl_port;
192 void ctl_isc_announce_port(struct ctl_port *port);
193 void ctl_isc_announce_iid(struct ctl_port *port, int iid);
H A Dctl_frontend.c144 ctl_port_register(struct ctl_port *port)
147 struct ctl_port *tport, *nport;
223 ctl_port_deregister(struct ctl_port *port)
233 STAILQ_REMOVE(&softc->port_list, port, ctl_port, links);
234 STAILQ_REMOVE(&port->frontend->port_list, port, ctl_port, fe_links);
259 ctl_port_set_wwns(struct ctl_port *port, int wwnn_valid, uint64_t wwnn,
310 ctl_port_online(struct ctl_port *port)
353 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.h49 struct ctl_port ct_port;
H A Dctl_tpc_local.c61 struct ctl_port port;
85 struct ctl_port *port;
125 struct ctl_port *port = &tsoftc->port;
273 struct ctl_port *port;
H A Dctl_frontend_ioctl.c73 struct ctl_port port;
95 struct ctl_port *port;
124 struct ctl_port *port = &isoftc->port;
H A Dctl_frontend_cam_sim.c73 struct ctl_port port;
127 struct ctl_port *port;
223 struct ctl_port *port = &softc->port;
H A Dctl.c624 struct ctl_port *port;
888 ctl_isc_announce_port(struct ctl_port *port)
949 ctl_isc_announce_iid(struct ctl_port *port, int iid)
1024 struct ctl_port *port;
1054 struct ctl_port *port;
1196 struct ctl_port *port;
1310 struct ctl_port *port;
1906 softc->ctl_ports = malloc(sizeof(struct ctl_port *) * ctl_max_ports,
2060 ctl_remove_initiator(struct ctl_port *port, int iid)
2089 ctl_add_initiator(struct ctl_port *por
[all...]
H A Dscsi_ctl.c78 struct ctl_port port;
288 struct ctl_port *port;
H A Dctl_tpc.c1968 tpc_create_token(struct ctl_lun *lun, struct ctl_port *port, off_t len,
2018 struct ctl_port *port = CTL_PORT(ctsio);
H A Dctl_frontend_iscsi.c2097 struct ctl_port *port;
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhim.h107 HPT_U32 ctl_port; member in struct:_HIM_CHANNEL_CONFIG
/freebsd-11-stable/sys/dev/hptnr/
H A Dhim.h106 HPT_U32 ctl_port; member in struct:_HIM_CHANNEL_CONFIG
/freebsd-11-stable/sys/dev/hptrr/
H A Dhim.h92 HPT_U32 ctl_port; member in struct:_HIM_CHANNEL_CONFIG
/freebsd-11-stable/usr.sbin/ctld/
H A Dctld.h362 uint32_t ctl_port);
H A Dctld.c1169 pport_new(struct conf *conf, const char *name, uint32_t ctl_port) argument
1178 pp->pp_ctl_port = ctl_port;
/freebsd-11-stable/sys/dev/usb/storage/
H A Dcfumass.c90 struct ctl_port cfumass_port;

Completed in 169 milliseconds