Home
last modified time | relevance | path

Searched refs:__vxge_hw_fifo (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/neterion/vxge/
Dvxge-traffic.h53 struct __vxge_hw_fifo;
2013 struct __vxge_hw_fifo *fifoh,
2018 struct __vxge_hw_fifo *fifo_handle,
2025 struct __vxge_hw_fifo *fifo_handle,
2029 struct __vxge_hw_fifo *fifo_handle);
2032 struct __vxge_hw_fifo *fifoh,
2037 struct __vxge_hw_fifo *fifoh,
2042 struct __vxge_hw_fifo *fifoh,
2144 void vxge_hw_vpath_dynamic_tti_rtimer_set(struct __vxge_hw_fifo *fifo);
2229 struct __vxge_hw_fifo *fifoh,
[all …]
Dvxge-traffic.c217 void vxge_hw_vpath_tti_ci_set(struct __vxge_hw_fifo *fifo) in vxge_hw_vpath_tti_ci_set()
247 void vxge_hw_vpath_dynamic_tti_rtimer_set(struct __vxge_hw_fifo *fifo) in vxge_hw_vpath_dynamic_tti_rtimer_set()
1382 static void __vxge_hw_non_offload_db_post(struct __vxge_hw_fifo *fifo, in __vxge_hw_non_offload_db_post()
1398 u32 vxge_hw_fifo_free_txdl_count_get(struct __vxge_hw_fifo *fifoh) in vxge_hw_fifo_free_txdl_count_get()
1424 struct __vxge_hw_fifo *fifo, in vxge_hw_fifo_txdl_reserve()
1478 void vxge_hw_fifo_txdl_buffer_set(struct __vxge_hw_fifo *fifo, in vxge_hw_fifo_txdl_buffer_set()
1522 void vxge_hw_fifo_txdl_post(struct __vxge_hw_fifo *fifo, void *txdlh) in vxge_hw_fifo_txdl_post()
1584 struct __vxge_hw_fifo *fifo, void **txdlh, in vxge_hw_fifo_txdl_next_completed()
1638 enum vxge_hw_status vxge_hw_fifo_handle_tcode(struct __vxge_hw_fifo *fifo, in vxge_hw_fifo_handle_tcode()
1678 void vxge_hw_fifo_txdl_free(struct __vxge_hw_fifo *fifo, void *txdlh) in vxge_hw_fifo_txdl_free()
[all …]
Dvxge-config.h697 struct __vxge_hw_fifo *____cacheline_aligned fifoh;
1002 struct __vxge_hw_fifo { struct
1021 struct __vxge_hw_fifo *fifo_handle, argument
1818 struct __vxge_hw_fifo *fifo_handle,
1972 struct __vxge_hw_fifo *fifo, in __vxge_hw_fifo_txdl_priv()
Dvxge-config.c437 vpath->fifoh = (struct __vxge_hw_fifo *)channel; in __vxge_hw_channel_initialize()
438 channel->stats = &((struct __vxge_hw_fifo *) in __vxge_hw_channel_initialize()
2198 size = sizeof(struct __vxge_hw_fifo); in __vxge_hw_channel_allocate()
3328 static enum vxge_hw_status __vxge_hw_fifo_abort(struct __vxge_hw_fifo *fifo) in __vxge_hw_fifo_abort()
3356 static enum vxge_hw_status __vxge_hw_fifo_reset(struct __vxge_hw_fifo *fifo) in __vxge_hw_fifo_reset()
3373 struct __vxge_hw_fifo *fifo = vp->vpath->fifoh; in __vxge_hw_fifo_delete()
3403 struct __vxge_hw_fifo *fifo = in __vxge_hw_fifo_mempool_item_alloc()
3404 (struct __vxge_hw_fifo *)mempoolh->userdata; in __vxge_hw_fifo_mempool_item_alloc()
3438 struct __vxge_hw_fifo *fifo; in __vxge_hw_fifo_create()
3455 fifo = (struct __vxge_hw_fifo *)__vxge_hw_channel_allocate(vp, in __vxge_hw_fifo_create()
Dvxge-main.h239 struct __vxge_hw_fifo *handle;
Dvxge-main.c547 vxge_xmit_compl(struct __vxge_hw_fifo *fifo_hw, void *dtr, in vxge_xmit_compl()
816 struct __vxge_hw_fifo *fifo_hw; in vxge_xmit()
1594 struct __vxge_hw_fifo *hw_fifo = vdev->vpaths[i].fifo.handle; in vxge_config_ci_for_tti_rti()
2067 (struct __vxge_hw_fifo *)attr.fifo_attr.userdata; in vxge_open_vpaths()
2122 struct __vxge_hw_fifo *hw_fifo = fifo->handle; in adaptive_coalesce_tx_interrupts()