Searched refs:bhsr2t (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/cam/ctl/
H A Dctl_frontend_iscsi.c2539 struct iscsi_bhs_r2t *bhsr2t; local
2653 bhsr2t = (struct iscsi_bhs_r2t *)response->ip_bhs;
2654 bhsr2t->bhsr2t_opcode = ISCSI_BHS_OPCODE_R2T;
2655 bhsr2t->bhsr2t_flags = 0x80;
2656 bhsr2t->bhsr2t_lun = bhssc->bhssc_lun;
2657 bhsr2t->bhsr2t_initiator_task_tag = bhssc->bhssc_initiator_task_tag;
2658 bhsr2t->bhsr2t_target_transfer_tag = target_transfer_tag;
2664 bhsr2t->bhsr2t_r2tsn = htonl(PDU_R2TSN(request));
2675 bhsr2t->bhsr2t_buffer_offset = htonl(r2t_off);
2681 bhsr2t
[all...]
/freebsd-10.2-release/sys/dev/iscsi/
H A Discsi.c1115 struct iscsi_bhs_r2t *bhsr2t; local
1124 bhsr2t = (struct iscsi_bhs_r2t *)response->ip_bhs;
1125 io = iscsi_outstanding_find(is, bhsr2t->bhsr2t_initiator_task_tag);
1128 bhsr2t->bhsr2t_initiator_task_tag);
1149 off = ntohl(bhsr2t->bhsr2t_buffer_offset);
1158 total_len = ntohl(bhsr2t->bhsr2t_desired_data_transfer_length);
1193 bhsdo->bhsdo_lun = bhsr2t->bhsr2t_lun;
1195 bhsr2t->bhsr2t_initiator_task_tag;
1197 bhsr2t->bhsr2t_target_transfer_tag;

Completed in 53 milliseconds