Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipclassifier.c1946 itc_t *itc = (itc_t *)buf; in tcp_conn_constructor() local
1947 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() local
1981 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() local
2007 conn_t *connp = &itc->itc_conn; in ip_conn_constructor()
2027 itc_t *itc = (itc_t *)buf; in ip_conn_destructor() local
2028 conn_t *connp = &itc->itc_conn; in ip_conn_destructor()
[all …]
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_chip.c1143 nge_itc itc; in nge_chip_start() local
1284 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()