Searched refs:ctl_ha_dt_req (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/cam/ctl/
H A Dctl_ha.h95 struct ctl_ha_dt_req;
97 typedef void (*ctl_ha_dt_cb)(struct ctl_ha_dt_req *);
99 struct ctl_ha_dt_req { struct
107 TAILQ_ENTRY(ctl_ha_dt_req) links;
131 struct ctl_ha_dt_req * ctl_dt_req_alloc(void);
132 void ctl_dt_req_free(struct ctl_ha_dt_req *req);
133 ctl_ha_status ctl_dt_single(struct ctl_ha_dt_req *req);
H A Dctl_ha.c160 TAILQ_HEAD(, ctl_ha_dt_req) ha_dts;
846 struct ctl_ha_dt_req *
850 return (malloc(sizeof(struct ctl_ha_dt_req), M_CTL, M_WAITOK | M_ZERO));
857 ctl_dt_req_free(struct ctl_ha_dt_req *req)
867 ctl_dt_single(struct ctl_ha_dt_req *req)
899 struct ctl_ha_dt_req *req;
H A Dctl.c497 static void ctl_datamove_remote_write_cb(struct ctl_ha_dt_req *rq);
501 static void ctl_datamove_remote_read_cb(struct ctl_ha_dt_req *rq);
12775 ctl_datamove_remote_write_cb(struct ctl_ha_dt_req *rq)
12891 ctl_datamove_remote_read_cb(struct ctl_ha_dt_req *rq)
12969 struct ctl_ha_dt_req *rq;

Completed in 99 milliseconds