Searched refs:atid (Results 1 – 3 of 3) sorted by relevance
77 static inline void *lookup_atid(const struct tid_info *t, unsigned int atid) in lookup_atid() argument79 return atid < t->natids ? t->atid_tab[atid].data : NULL; in lookup_atid()83 void cxgbe_free_atid(struct tid_info *t, unsigned int atid);
605 int atid, size; in cxgbe_set_hash_filter() local665 atid = cxgbe_alloc_atid(t, f); in cxgbe_set_hash_filter()666 if (atid < 0) in cxgbe_set_hash_filter()686 ((adapter->sge.fw_evtq.abs_id << 14) | atid), in cxgbe_set_hash_filter()701 ((adapter->sge.fw_evtq.abs_id << 14) | atid), in cxgbe_set_hash_filter()710 cxgbe_free_atid(t, atid); in cxgbe_set_hash_filter()
366 int atid = -1; in cxgbe_alloc_atid() local372 atid = p - t->atid_tab; in cxgbe_alloc_atid()378 return atid; in cxgbe_alloc_atid()384 void cxgbe_free_atid(struct tid_info *t, unsigned int atid) in cxgbe_free_atid() argument386 union aopen_entry *p = &t->atid_tab[atid]; in cxgbe_free_atid()