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

  /src/sys/external/bsd/ipf/netinet/
ip_proxy.c 1151 u_32_t seq1, seq2; local in function:ipf_proxy_fixseqack
1181 seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel];
1182 if (seq1 > seq2) {
1183 seq2 = aps->aps_seqoff[sel];
1184 seq1 += seq2;
1215 seq2 = aps->aps_ackoff[sel];
1216 tcp->th_ack = htonl(seq1 - seq2);
1233 seq2 = aps->aps_ackmin[sel] - aps->aps_ackoff[sel];
1234 if (seq1 > seq2) {
1235 seq2 = aps->aps_ackoff[sel]
    [all...]
ip_proxy.c 1151 u_32_t seq1, seq2; local in function:ipf_proxy_fixseqack
1181 seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel];
1182 if (seq1 > seq2) {
1183 seq2 = aps->aps_seqoff[sel];
1184 seq1 += seq2;
1215 seq2 = aps->aps_ackoff[sel];
1216 tcp->th_ack = htonl(seq1 - seq2);
1233 seq2 = aps->aps_ackmin[sel] - aps->aps_ackoff[sel];
1234 if (seq1 > seq2) {
1235 seq2 = aps->aps_ackoff[sel]
    [all...]
ip_proxy.c 1151 u_32_t seq1, seq2; local in function:ipf_proxy_fixseqack
1181 seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel];
1182 if (seq1 > seq2) {
1183 seq2 = aps->aps_seqoff[sel];
1184 seq1 += seq2;
1215 seq2 = aps->aps_ackoff[sel];
1216 tcp->th_ack = htonl(seq1 - seq2);
1233 seq2 = aps->aps_ackmin[sel] - aps->aps_ackoff[sel];
1234 if (seq1 > seq2) {
1235 seq2 = aps->aps_ackoff[sel]
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_request.h 395 * Returns true if seq1 is later than seq2.
397 static inline bool i915_seqno_passed(u32 seq1, u32 seq2)
399 return (s32)(seq1 - seq2) >= 0;
i915_request.h 395 * Returns true if seq1 is later than seq2.
397 static inline bool i915_seqno_passed(u32 seq1, u32 seq2)
399 return (s32)(seq1 - seq2) >= 0;
i915_request.h 395 * Returns true if seq1 is later than seq2.
397 static inline bool i915_seqno_passed(u32 seq1, u32 seq2)
399 return (s32)(seq1 - seq2) >= 0;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_hw.c 331 uint8_t misc, gr4, gr5, gr6, seq2, seq4; local in function:nouveau_hw_save_vga_fonts
379 seq2 = NVReadVgaSeq(dev, 0, NV_VIO_SR_PLANE_MASK_INDEX);
403 NVWriteVgaSeq(dev, 0, NV_VIO_SR_PLANE_MASK_INDEX, seq2);
nouveau_dispnv04_hw.c 331 uint8_t misc, gr4, gr5, gr6, seq2, seq4; local in function:nouveau_hw_save_vga_fonts
379 seq2 = NVReadVgaSeq(dev, 0, NV_VIO_SR_PLANE_MASK_INDEX);
403 NVWriteVgaSeq(dev, 0, NV_VIO_SR_PLANE_MASK_INDEX, seq2);
nouveau_dispnv04_hw.c 331 uint8_t misc, gr4, gr5, gr6, seq2, seq4; local in function:nouveau_hw_save_vga_fonts
379 seq2 = NVReadVgaSeq(dev, 0, NV_VIO_SR_PLANE_MASK_INDEX);
403 NVWriteVgaSeq(dev, 0, NV_VIO_SR_PLANE_MASK_INDEX, seq2);

Completed in 40 milliseconds