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.c1931 itc_t *itc = (itc_t *)buf; in tcp_conn_constructor() local
1933 tcp_t *tcp = (tcp_t *)&itc[1]; in tcp_conn_constructor()
1965 itc_t *itc = (itc_t *)buf; in tcp_conn_destructor() local
1991 itc_t *itc = (itc_t *)buf; in ip_conn_constructor() local
2012 itc_t *itc = (itc_t *)buf; in ip_conn_destructor() local
2034 itc_t *itc = (itc_t *)buf; in udp_conn_constructor() local
2061 itc_t *itc = (itc_t *)buf; in udp_conn_destructor() local
2085 itc_t *itc = (itc_t *)buf; in rawip_conn_constructor() local
2112 itc_t *itc = (itc_t *)buf; in rawip_conn_destructor() local
2136 itc_t *itc = (itc_t *)buf; in rts_conn_constructor() local
[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()