Searched refs:vxge_hw_fifo_txd (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/vxge/
H A Dvxge-config.h1057 struct vxge_hw_fifo_txd *first_txdp;
1098 * struct vxge_hw_fifo_txd - Transmit Descriptor
1224 struct vxge_hw_fifo_txd { struct
1607 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh;
1627 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh;
1643 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh;
1662 struct vxge_hw_fifo_txd *txd
[all...]
H A Dvxge-traffic.c1114 struct vxge_hw_fifo_txd *txdp =
1115 (struct vxge_hw_fifo_txd *)*txdlh;
1131 txdp = ((struct vxge_hw_fifo_txd *)*txdlh) + i;
1161 struct vxge_hw_fifo_txd *txdp, *txdp_last;
1167 txdp = (struct vxge_hw_fifo_txd *)txdlh + txdl_priv->frags;
1178 txdp_last = (struct vxge_hw_fifo_txd *)txdlh +
1208 struct vxge_hw_fifo_txd *txdp_last;
1209 struct vxge_hw_fifo_txd *txdp_first;
1215 txdp_first = (struct vxge_hw_fifo_txd *)txdlh;
1217 txdp_last = (struct vxge_hw_fifo_txd *)txdl
[all...]
H A Dvxge-config.c2286 struct vxge_hw_fifo_txd *txdp =
2287 (struct vxge_hw_fifo_txd *)mempoolh->items_arr[index];
2336 txdl_size = config->max_frags * sizeof(struct vxge_hw_fifo_txd);
3511 sizeof(struct vxge_hw_fifo_txd))) *
H A Dvxge-main.c3505 sizeof(struct vxge_hw_fifo_txd);

Completed in 50 milliseconds