HomeSort by: relevance | last modified time | path
    Searched defs:idx_encode (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
tcp_vtw.c 325 idx_encode(vtw_ctl_t *ctl, uint32_t idx) function in typeref:typename:uint32_t
335 if (idx_encode(ctl, idx) == bits)
401 fp->tag[i] = tag ^ idx_encode(fat->vtw, idx) ^ fatp_xtra[i];
548 KASSERT(fp->tag[slot] == (tag ^ idx_encode(ctl, idx)
552 && fp->tag[slot] == (tag ^ idx_encode(ctl, idx)
628 KASSERT(fp->tag[slot] == (tag ^ idx_encode(ctl, idx)
632 && fp->tag[slot] == (tag ^ idx_encode(ctl, idx)
tcp_vtw.c 325 idx_encode(vtw_ctl_t *ctl, uint32_t idx) function in typeref:typename:uint32_t
335 if (idx_encode(ctl, idx) == bits)
401 fp->tag[i] = tag ^ idx_encode(fat->vtw, idx) ^ fatp_xtra[i];
548 KASSERT(fp->tag[slot] == (tag ^ idx_encode(ctl, idx)
552 && fp->tag[slot] == (tag ^ idx_encode(ctl, idx)
628 KASSERT(fp->tag[slot] == (tag ^ idx_encode(ctl, idx)
632 && fp->tag[slot] == (tag ^ idx_encode(ctl, idx)
tcp_vtw.c 325 idx_encode(vtw_ctl_t *ctl, uint32_t idx) function in typeref:typename:uint32_t
335 if (idx_encode(ctl, idx) == bits)
401 fp->tag[i] = tag ^ idx_encode(fat->vtw, idx) ^ fatp_xtra[i];
548 KASSERT(fp->tag[slot] == (tag ^ idx_encode(ctl, idx)
552 && fp->tag[slot] == (tag ^ idx_encode(ctl, idx)
628 KASSERT(fp->tag[slot] == (tag ^ idx_encode(ctl, idx)
632 && fp->tag[slot] == (tag ^ idx_encode(ctl, idx)

Completed in 140 milliseconds