Home
last modified time | relevance | path

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

/Linux-v5.10/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()
1973 struct vxge_hw_fifo_txd *txdp) in __vxge_hw_fifo_txdl_priv()
Dvxge-traffic.c1436 struct vxge_hw_fifo_txd *txdp = in vxge_hw_fifo_txdl_reserve()
1437 (struct vxge_hw_fifo_txd *)*txdlh; in vxge_hw_fifo_txdl_reserve()
1453 txdp = ((struct vxge_hw_fifo_txd *)*txdlh) + i; in vxge_hw_fifo_txdl_reserve()
1483 struct vxge_hw_fifo_txd *txdp, *txdp_last; in vxge_hw_fifo_txdl_buffer_set()
1486 txdp = (struct vxge_hw_fifo_txd *)txdlh + txdl_priv->frags; in vxge_hw_fifo_txdl_buffer_set()
1497 txdp_last = (struct vxge_hw_fifo_txd *)txdlh + in vxge_hw_fifo_txdl_buffer_set()
1525 struct vxge_hw_fifo_txd *txdp_last; in vxge_hw_fifo_txdl_post()
1526 struct vxge_hw_fifo_txd *txdp_first; in vxge_hw_fifo_txdl_post()
1531 txdp_last = (struct vxge_hw_fifo_txd *)txdlh + (txdl_priv->frags - 1); in vxge_hw_fifo_txdl_post()
1588 struct vxge_hw_fifo_txd *txdp; in vxge_hw_fifo_txdl_next_completed()
Dvxge-config.c3401 struct vxge_hw_fifo_txd *txdp = in __vxge_hw_fifo_mempool_item_alloc()
3402 (struct vxge_hw_fifo_txd *)mempoolh->items_arr[index]; in __vxge_hw_fifo_mempool_item_alloc()
3451 txdl_size = config->max_frags * sizeof(struct vxge_hw_fifo_txd); in __vxge_hw_fifo_create()
4160 sizeof(struct vxge_hw_fifo_txd))) * in __vxge_hw_vpath_kdfc_configure()
Dvxge-main.c3754 sizeof(struct vxge_hw_fifo_txd); in vxge_config_vpaths()