Home
last modified time | relevance | path

Searched refs:isc_session_t (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/disk/iscsi/initiator/
HDiscsivar.h176 } isc_session_t; typedef
203 isc_session_t *sessions[MAX_SESSIONS];
229 void isc_start_receiver(isc_session_t *sp);
230 void isc_stop_receiver(isc_session_t *sp);
232 int isc_sendPDU(isc_session_t *sp, pduq_t *pq);
233 int isc_qout(isc_session_t *sp, pduq_t *pq);
234 int i_prepPDU(isc_session_t *sp, pduq_t *pq);
238 int i_pdu_flush(isc_session_t *sc);
239 int i_setopt(isc_session_t *sp, isc_opt_t *opt);
245 void ic_lost_target(isc_session_t *sp, int target);
[all …]
HDisc_sm.c69 _async(isc_session_t *sp, pduq_t *pq) in _async()
79 _reject(isc_session_t *sp, pduq_t *pq) in _reject()
108 _r2t(isc_session_t *sp, pduq_t *pq) in _r2t()
128 _scsi_rsp(isc_session_t *sp, pduq_t *pq) in _scsi_rsp()
144 _read_data(isc_session_t *sp, pduq_t *pq) in _read_data()
166 _nop_out(isc_session_t *sp) in _nop_out()
195 _nop_in(isc_session_t *sp, pduq_t *pq) in _nop_in()
260 i_prepPDU(isc_session_t *sp, pduq_t *pq) in i_prepPDU()
303 isc_qout(isc_session_t *sp, pduq_t *pq) in isc_qout()
334 ism_restart(isc_session_t *sp) in ism_restart()
[all …]
HDisc_cam.c55 ic_freeze(isc_session_t *sp) in ic_freeze()
69 ic_release(isc_session_t *sp) in ic_release()
82 ic_lost_target(isc_session_t *sp, int target) in ic_lost_target()
100 isc_session_t *sp = (isc_session_t *)ccb->ccb_h.spriv_ptr0; in _scan_callback()
112 _scan_target(isc_session_t *sp, int target) in _scan_target()
136 isc_session_t *sp = (isc_session_t *)dev->si_drv2; in ic_fullfeature()
206 isc_session_t *sp; in ic_action()
319 ic_getCamVals(isc_session_t *sp, iscsi_cam_t *cp) in ic_getCamVals()
HDiscsi.c97 static int i_setsoc(isc_session_t *sp, int fd, struct thread *td);
153 isc_session_t *sp; in iscsi_close()
162 sp = (isc_session_t *)dev->si_drv2; in iscsi_close()
188 isc_session_t *sp; in iscsi_ioctl()
215 sp = (isc_session_t *)dev->si_drv2; in iscsi_ioctl()
298 isc_session_t *sp; in iscsi_read()
303 sp = (isc_session_t *)dev->si_drv2; in iscsi_read()
413 i_setsoc(isc_session_t *sp, int fd, thread_t td) in i_setsoc()
439 isc_session_t *sp = (isc_session_t *)dev->si_drv2; in i_send()
510 isc_session_t *sp = (isc_session_t *)dev->si_drv2; in i_recv()
[all …]
HDiscsi_subr.c61 iscsi_r2t(isc_session_t *sp, pduq_t *opq, pduq_t *pq) in iscsi_r2t()
248 iscsi_requeue(isc_session_t *sp) in iscsi_requeue()
271 i_pdu_flush(isc_session_t *sp) in i_pdu_flush()
305 iscsi_cleanup(isc_session_t *sp) in iscsi_cleanup()
329 iscsi_done(isc_session_t *sp, pduq_t *opq, pduq_t *pq) in iscsi_done()
351 iscsi_async(isc_session_t *sp, pduq_t *pq) in iscsi_async()
384 iscsi_reject(isc_session_t *sp, pduq_t *opq, pduq_t *pq) in iscsi_reject()
401 dwl(isc_session_t *sp, int lun, u_char *lp) in dwl()
445 isc_session_t *sp; in scsi_encap()
531 scsi_decap(isc_session_t *sp, pduq_t *opq, pduq_t *pq) in scsi_decap()
HDisc_soc.c101 isc_sendPDU(isc_session_t *sp, pduq_t *pq) in isc_sendPDU()
197 isc_sendPDU(isc_session_t *sp, pduq_t *pq) in isc_sendPDU()
322 so_getbhs(isc_session_t *sp) in so_getbhs()
365 so_recv(isc_session_t *sp, pduq_t *pq) in so_recv()
526 so_input(isc_session_t *sp) in so_input()
570 isc_session_t *sp = (isc_session_t *)vp; in isc_soc()
632 isc_stop_receiver(isc_session_t *sp) in isc_stop_receiver()
667 isc_start_receiver(isc_session_t *sp) in isc_start_receiver()
HDisc_subr.c83 i_setopt(isc_session_t *sp, isc_opt_t *opt) in i_setopt()