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

/freebsd-12-stable/sys/dev/iscsi_initiator/
H A Disc_sm.c175 nop_out_t *nop_out; local
187 nop_out = &pq->pdu.ipdu.nop_out;
188 nop_out->opcode = ISCSI_NOP_OUT;
189 nop_out->itt = htonl(sp->sn.itt);
190 nop_out->ttt = -1;
191 nop_out->I = 1;
192 nop_out->F = 1;
219 nop_out_t *nop_out; local
221 | target wants a nop_out
[all...]
H A Discsi.h161 typedef struct nop_out { struct
396 nop_out_t nop_out; member in union:ipdu_u
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Discsi_common.h816 struct iscsi_nop_out_hdr nop_out /* NOP-out PDU header */; member in union:iscsi_task_hdr

Completed in 113 milliseconds