Home
last modified time | relevance | path

Searched refs:etid (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_sched.c713 mtx_init(&t->etid_lock, "etid lock", NULL, MTX_DEF); in t4_init_etid_table()
741 /* etid services */
749 int etid = -1; in alloc_etid() local
755 etid = p - t->etid_tab + t->etid_base; in alloc_etid()
761 return (etid); in alloc_etid()
765 lookup_etid(struct adapter *sc, int etid) in lookup_etid() argument
769 return (t->etid_tab[etid - t->etid_base].cst); in lookup_etid()
773 free_etid(struct adapter *sc, int etid) in free_etid() argument
776 union etid_entry *p = &t->etid_tab[etid - t->etid_base]; in free_etid()
823 cst->etid in cxgbe_rate_tag_alloc()
[all...]
H A Doffload.h86 int etid; member
H A Dt4_sge.c6575 V_FW_WR_FLOWID(cst->etid)); in send_etid_flowc_wr()
6618 V_FW_WR_FLOWID(cst->etid)); in send_etid_flush_wr()
6659 V_FW_WR_FLOWID(cst->etid)); in write_ethofld_wr()
6906 u_int etid = G_CPL_FW4_ACK_FLOWID(be32toh(OPCODE_TID(cpl))); in ethofld_fw4_ack() local
6910 cst = lookup_etid(sc, etid); in ethofld_fw4_ack()
6920 __func__, etid, cst)); in ethofld_fw4_ack()