Searched defs:nca_cpu_s (Results 1 – 1 of 1) sorted by relevance
851 typedef struct nca_cpu_s { struct853 node_t *persist_hdr_none;854 node_t *persist_hdr_close;855 node_t *persist_hdr_ka;857 uint32_t dcb_readers; /* count of dcb_list readers for this CPU */859 nca_squeue_t *if_inq; /* if_t input nca_squeue_t */860 nca_squeue_t *if_ouq; /* if_t output nca_squeue_t */862 ti_t *tcp_ti; /* TCP TIMER list */863 tw_t *tcp_tw; /* TCP TIME_WAIT list */865 ddi_softintr_t soft_id; /* soft interrupt id for if_inq worker */[all …]