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

  /src/sys/dev/iscsi/
iscsi_send.c 1085 * Send SNACK request for missing data.
1090 * type The SNACK type
1110 hpdu->pduh_p.snack.TargetTransferTag = 0xffffffff;
1111 hpdu->pduh_p.snack.BegRun = htonl(BegRun);
1112 hpdu->pduh_p.snack.RunLength = htonl(RunLength);
1123 * Send SNACK request.
1129 * type The SNACK type
1150 hpdu->pduh_p.snack.TargetTransferTag = 0xffffffff;
1151 hpdu->pduh_p.snack.BegRun = rx_pdu->pdu_hdr.pduh_p.data_in.DataSN;
1152 hpdu->pduh_p.snack.RunLength = htonl(1)
    [all...]
iscsi_pdu.h 328 /* SNACK request */
330 /* SNACK Types (in Flags field) */
432 snack_req_pdu_t snack; member in union:pdu_header_s::__anon84477f6c010a

Completed in 65 milliseconds