Searched refs:bge_tx_bd (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dif_bgereg.h2332 struct bge_tx_bd { struct
2374 ((ringno * sizeof(struct bge_tx_bd) * size) / 4)
2785 struct bge_tx_bd bge_tx_ring[BGE_TX_RING_CNT];
H A Dif_bge.c1522 sizeof(struct bge_tx_bd));
3682 struct bge_tx_bd *cur_tx = NULL;
3707 toff = offset + (cons * sizeof (struct bge_tx_bd));
3710 tlen = (BGE_TX_RING_CNT - cons) * sizeof (struct bge_tx_bd);
3717 offset, tosync * sizeof (struct bge_tx_bd),
4109 struct bge_tx_bd *f = NULL;

Completed in 192 milliseconds