Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
Dvxge-config.h1092 struct vxge_hw_fifo_txd *first_txdp;
1259 struct vxge_hw_fifo_txd { struct
1636 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; in vxge_hw_fifo_txdl_cksum_set_bits()
1656 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; in vxge_hw_fifo_txdl_mss_set()
1672 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; in vxge_hw_fifo_txdl_vlan_set()
1691 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; in vxge_hw_fifo_txdl_private_get()
1978 struct vxge_hw_fifo_txd *txdp) in __vxge_hw_fifo_txdl_priv()
Dvxge-traffic.c1461 struct vxge_hw_fifo_txd *txdp = in vxge_hw_fifo_txdl_reserve()
1462 (struct vxge_hw_fifo_txd *)*txdlh; in vxge_hw_fifo_txdl_reserve()
1478 txdp = ((struct vxge_hw_fifo_txd *)*txdlh) + i; in vxge_hw_fifo_txdl_reserve()
1508 struct vxge_hw_fifo_txd *txdp, *txdp_last; in vxge_hw_fifo_txdl_buffer_set()
1514 txdp = (struct vxge_hw_fifo_txd *)txdlh + txdl_priv->frags; in vxge_hw_fifo_txdl_buffer_set()
1525 txdp_last = (struct vxge_hw_fifo_txd *)txdlh + in vxge_hw_fifo_txdl_buffer_set()
1555 struct vxge_hw_fifo_txd *txdp_last; in vxge_hw_fifo_txdl_post()
1556 struct vxge_hw_fifo_txd *txdp_first; in vxge_hw_fifo_txdl_post()
1564 txdp_last = (struct vxge_hw_fifo_txd *)txdlh + (txdl_priv->frags - 1); in vxge_hw_fifo_txdl_post()
1621 struct vxge_hw_fifo_txd *txdp; in vxge_hw_fifo_txdl_next_completed()
[all …]
Dvxge-config.c3420 struct vxge_hw_fifo_txd *txdp = in __vxge_hw_fifo_mempool_item_alloc()
3421 (struct vxge_hw_fifo_txd *)mempoolh->items_arr[index]; in __vxge_hw_fifo_mempool_item_alloc()
3470 txdl_size = config->max_frags * sizeof(struct vxge_hw_fifo_txd); in __vxge_hw_fifo_create()
4176 sizeof(struct vxge_hw_fifo_txd))) * in __vxge_hw_vpath_kdfc_configure()
Dvxge-main.c3773 sizeof(struct vxge_hw_fifo_txd); in vxge_config_vpaths()