Searched refs:hflit (Results 1 – 1 of 1) sorted by relevance
1420 uint32_t *hflit = (uint32_t *)&flit; in t3_encap() local1432 hflit[0] = htonl(cntrl); in t3_encap()1433 hflit[1] = htonl(segs[i].ds_len | 0x80000000); in t3_encap()1436 cbe->cntrl = hflit[0]; in t3_encap()1437 cbe->len = hflit[1]; in t3_encap()