Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/vxge/
Dvxge-config.h1086 struct vxge_hw_fifo_txd *first_txdp;
1253 struct vxge_hw_fifo_txd { struct
1630 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; in vxge_hw_fifo_txdl_cksum_set_bits()
1650 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; in vxge_hw_fifo_txdl_mss_set()
1666 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; in vxge_hw_fifo_txdl_vlan_set()
1685 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; in vxge_hw_fifo_txdl_private_get()
1972 struct vxge_hw_fifo_txd *txdp) in __vxge_hw_fifo_txdl_priv()
Dvxge-traffic.c1466 struct vxge_hw_fifo_txd *txdp = in vxge_hw_fifo_txdl_reserve()
1467 (struct vxge_hw_fifo_txd *)*txdlh; in vxge_hw_fifo_txdl_reserve()
1483 txdp = ((struct vxge_hw_fifo_txd *)*txdlh) + i; in vxge_hw_fifo_txdl_reserve()
1513 struct vxge_hw_fifo_txd *txdp, *txdp_last; in vxge_hw_fifo_txdl_buffer_set()
1519 txdp = (struct vxge_hw_fifo_txd *)txdlh + txdl_priv->frags; in vxge_hw_fifo_txdl_buffer_set()
1530 txdp_last = (struct vxge_hw_fifo_txd *)txdlh + in vxge_hw_fifo_txdl_buffer_set()
1560 struct vxge_hw_fifo_txd *txdp_last; in vxge_hw_fifo_txdl_post()
1561 struct vxge_hw_fifo_txd *txdp_first; in vxge_hw_fifo_txdl_post()
1567 txdp_first = (struct vxge_hw_fifo_txd *)txdlh; in vxge_hw_fifo_txdl_post()
1569 txdp_last = (struct vxge_hw_fifo_txd *)txdlh + (txdl_priv->frags - 1); in vxge_hw_fifo_txdl_post()
[all …]
Dvxge-config.c3441 struct vxge_hw_fifo_txd *txdp = in __vxge_hw_fifo_mempool_item_alloc()
3442 (struct vxge_hw_fifo_txd *)mempoolh->items_arr[index]; in __vxge_hw_fifo_mempool_item_alloc()
3491 txdl_size = config->max_frags * sizeof(struct vxge_hw_fifo_txd); in __vxge_hw_fifo_create()
4199 sizeof(struct vxge_hw_fifo_txd))) * in __vxge_hw_vpath_kdfc_configure()
Dvxge-main.c3780 sizeof(struct vxge_hw_fifo_txd); in vxge_config_vpaths()