Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e100/
De100_test.c286 tcb_t *tcb; in e100_diag_loopback_alloc()
292 (sizeof (tcb_t) + sizeof (tbd_t) + in e100_diag_loopback_alloc()
298 memset(tcb, 0x00, sizeof (tcb_t) + sizeof (tbd_t) + LB_PACKET_SIZE); in e100_diag_loopback_alloc()
309 tcb->tcb_tbd_ptr = cpu_to_le32(tcb->tcb_phys + sizeof (tcb_t)); in e100_diag_loopback_alloc()
310 tbd = (tbd_t *) ((u8 *) tcb + sizeof (tcb_t)); in e100_diag_loopback_alloc()
324 sizeof (tcb_t) + sizeof (tbd_t) + in e100_diag_loopback_alloc()
425 sizeof(tcb_t) + sizeof(tbd_t) + LB_PACKET_SIZE, in e100_diag_loopback_free()
De100.h777 typedef struct _tcb_t tcb_t; typedef
861 tcb_t *tcb;
891 tcb_t *last_tcb; /* pointer to last tcb sent */
969 extern u8 e100_start_cu(struct e100_private *bdp, tcb_t *tcb);
De100_main.c135 static inline void e100_tx_skb_free(struct e100_private *bdp, tcb_t *tcb);
200 static void e100_setup_tcb_pool(tcb_t *, unsigned int, struct e100_private *);
353 static inline tcb_t *e100_prepare_xmit_buff(struct e100_private *,
1003 e100_setup_tcb_pool((tcb_t *) bdp->tcb_pool.data, in e100_open()
1088 static inline tcb_t *
1091 tcb_t *tcb, *prev_tcb; in e100_prepare_xmit_buff()
1573 e100_setup_tcb_pool(tcb_t *head, unsigned int qlen, struct e100_private *bdp) in e100_setup_tcb_pool()
1576 tcb_t *pcurr_tcb; /* point to current tcb */ in e100_setup_tcb_pool()
1594 next_phys += sizeof (tcb_t); in e100_setup_tcb_pool()
1706 int stcb = sizeof (tcb_t) * bdp->params.TxDescriptors; in e100_alloc_tcb_pool()
[all …]