Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/atm/
Dlec_arpc.h109 void lec_flush_complete(struct lec_priv *priv, unsigned long tran_id);
114 unsigned char *mac_addr, unsigned long tran_id);
Dlec.c1997 lec_flush_complete(struct lec_priv *priv, unsigned long tran_id) in lec_flush_complete() argument
2002 DPRINTK("LEC:lec_flush_complete %lx\n",tran_id); in lec_flush_complete()
2005 if (entry->flush_tran_id == tran_id && in lec_flush_complete()
2021 unsigned char *atm_addr, unsigned long tran_id) in lec_set_flush_tran_id() argument
2029 entry->flush_tran_id = tran_id; in lec_set_flush_tran_id()
2030 DPRINTK("Set flush transaction id to %lx for %p\n",tran_id,entry); in lec_set_flush_tran_id()
/linux-2.4.37.9/include/linux/
Datmlec.h75 uint32_t tran_id; /* transaction id */ member