Home
last modified time | relevance | path

Searched refs:ogen (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/kern/
H A Dkern_tc.c918 u_int delta, ncount, ogen; in tc_windup() local
934 ogen = th->th_generation; in tc_windup()
1037 if (++ogen == 0) in tc_windup()
1038 ogen = 1; in tc_windup()
1040 th->th_generation = ogen; in tc_windup()
/netbsd/sys/dev/pci/cxgb/
H A Dcxgb_sge.c1099 unsigned int ogen = txqs->gen; in write_wr_hdr_sgl() local
1144 wp->wr_lo = htonl(V_WR_LEN(WR_FLITS) | V_WR_GEN(ogen)) | wr_lo; in write_wr_hdr_sgl()
1145 wr_gen2((struct tx_desc *)wp, ogen); in write_wr_hdr_sgl()