HomeSort by: relevance | last modified time | path
    Searched refs:task_req (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/iscsi/
iscsi_pdu.h 420 task_management_req_pdu_t task_req; member in union:pdu_header_s::__anon84477f6c010a
iscsi_send.c 1337 hpdu->pduh_p.task_req.CmdSN = htonl(ccb->ccb_CmdSN);
1340 hpdu->pduh_p.task_req.ReferencedTaskTag = ref_ccb->ccb_ITT;
1341 hpdu->pduh_p.task_req.RefCmdSN = htonl(ref_ccb->ccb_CmdSN);
1342 hpdu->pduh_p.task_req.ExpDataSN = htonl(ref_ccb->ccb_DataSN_buf.ExpSN);
1344 hpdu->pduh_p.task_req.ReferencedTaskTag = 0xffffffff;

Completed in 16 milliseconds