Home
last modified time | relevance | path

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

/Linux-v4.19/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.c1451 struct vxge_hw_fifo_txd *txdp = in vxge_hw_fifo_txdl_reserve()
1452 (struct vxge_hw_fifo_txd *)*txdlh; in vxge_hw_fifo_txdl_reserve()
1468 txdp = ((struct vxge_hw_fifo_txd *)*txdlh) + i; in vxge_hw_fifo_txdl_reserve()
1498 struct vxge_hw_fifo_txd *txdp, *txdp_last; in vxge_hw_fifo_txdl_buffer_set()
1501 txdp = (struct vxge_hw_fifo_txd *)txdlh + txdl_priv->frags; in vxge_hw_fifo_txdl_buffer_set()
1512 txdp_last = (struct vxge_hw_fifo_txd *)txdlh + in vxge_hw_fifo_txdl_buffer_set()
1542 struct vxge_hw_fifo_txd *txdp_last; in vxge_hw_fifo_txdl_post()
1543 struct vxge_hw_fifo_txd *txdp_first; in vxge_hw_fifo_txdl_post()
1548 txdp_last = (struct vxge_hw_fifo_txd *)txdlh + (txdl_priv->frags - 1); in vxge_hw_fifo_txdl_post()
1605 struct vxge_hw_fifo_txd *txdp; in vxge_hw_fifo_txdl_next_completed()
[all …]
Dvxge-config.c3405 struct vxge_hw_fifo_txd *txdp = in __vxge_hw_fifo_mempool_item_alloc()
3406 (struct vxge_hw_fifo_txd *)mempoolh->items_arr[index]; in __vxge_hw_fifo_mempool_item_alloc()
3455 txdl_size = config->max_frags * sizeof(struct vxge_hw_fifo_txd); in __vxge_hw_fifo_create()
4164 sizeof(struct vxge_hw_fifo_txd))) * in __vxge_hw_vpath_kdfc_configure()
Dvxge-main.c3756 sizeof(struct vxge_hw_fifo_txd); in vxge_config_vpaths()