Searched refs:itc (Results 1 – 2 of 2) sorted by relevance
1946 itc_t *itc = (itc_t *)buf; in tcp_conn_constructor() local1947 conn_t *connp = &itc->itc_conn; in tcp_conn_constructor()1948 tcp_t *tcp = (tcp_t *)&itc[1]; in tcp_conn_constructor()1980 itc_t *itc = (itc_t *)buf; in tcp_conn_destructor() local1981 conn_t *connp = &itc->itc_conn; in tcp_conn_destructor()1982 tcp_t *tcp = (tcp_t *)&itc[1]; in tcp_conn_destructor()2006 itc_t *itc = (itc_t *)buf; in ip_conn_constructor() local2007 conn_t *connp = &itc->itc_conn; in ip_conn_constructor()2027 itc_t *itc = (itc_t *)buf; in ip_conn_destructor() local2028 conn_t *connp = &itc->itc_conn; in ip_conn_destructor()[all …]
1143 nge_itc itc; in nge_chip_start() local1284 itc.itc_val = nge_reg_get32(ngep, NGE_SWTR_ITC); in nge_chip_start()1285 itc.itc_bits.sw_intv = ngep->sw_intr_intv; in nge_chip_start()1286 nge_reg_put32(ngep, NGE_SWTR_ITC, itc.itc_val); in nge_chip_start()