Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/neterion/vxge/
Dvxge-traffic.h53 struct __vxge_hw_fifo;
2016 struct __vxge_hw_fifo *fifoh,
2021 struct __vxge_hw_fifo *fifo_handle,
2028 struct __vxge_hw_fifo *fifo_handle,
2032 struct __vxge_hw_fifo *fifo_handle);
2035 struct __vxge_hw_fifo *fifoh,
2040 struct __vxge_hw_fifo *fifoh,
2045 struct __vxge_hw_fifo *fifoh,
2147 void vxge_hw_vpath_dynamic_tti_rtimer_set(struct __vxge_hw_fifo *fifo);
2237 struct __vxge_hw_fifo *fifoh,
[all …]
Dvxge-traffic.c222 void vxge_hw_vpath_tti_ci_set(struct __vxge_hw_fifo *fifo) in vxge_hw_vpath_tti_ci_set()
252 void vxge_hw_vpath_dynamic_tti_rtimer_set(struct __vxge_hw_fifo *fifo) in vxge_hw_vpath_dynamic_tti_rtimer_set()
1405 static void __vxge_hw_non_offload_db_post(struct __vxge_hw_fifo *fifo, in __vxge_hw_non_offload_db_post()
1429 u32 vxge_hw_fifo_free_txdl_count_get(struct __vxge_hw_fifo *fifoh) in vxge_hw_fifo_free_txdl_count_get()
1455 struct __vxge_hw_fifo *fifo, in vxge_hw_fifo_txdl_reserve()
1509 void vxge_hw_fifo_txdl_buffer_set(struct __vxge_hw_fifo *fifo, in vxge_hw_fifo_txdl_buffer_set()
1558 void vxge_hw_fifo_txdl_post(struct __vxge_hw_fifo *fifo, void *txdlh) in vxge_hw_fifo_txdl_post()
1623 struct __vxge_hw_fifo *fifo, void **txdlh, in vxge_hw_fifo_txdl_next_completed()
1677 enum vxge_hw_status vxge_hw_fifo_handle_tcode(struct __vxge_hw_fifo *fifo, in vxge_hw_fifo_handle_tcode()
1720 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,
1977 struct __vxge_hw_fifo *fifo, in __vxge_hw_fifo_txdl_priv()
Dvxge-main.h239 struct __vxge_hw_fifo *handle;
Dvxge-config.c438 vpath->fifoh = (struct __vxge_hw_fifo *)channel; in __vxge_hw_channel_initialize()
439 channel->stats = &((struct __vxge_hw_fifo *) in __vxge_hw_channel_initialize()
2202 size = sizeof(struct __vxge_hw_fifo); in __vxge_hw_channel_allocate()
3351 static enum vxge_hw_status __vxge_hw_fifo_abort(struct __vxge_hw_fifo *fifo) in __vxge_hw_fifo_abort()
3379 static enum vxge_hw_status __vxge_hw_fifo_reset(struct __vxge_hw_fifo *fifo) in __vxge_hw_fifo_reset()
3396 struct __vxge_hw_fifo *fifo = vp->vpath->fifoh; in __vxge_hw_fifo_delete()
3426 struct __vxge_hw_fifo *fifo = in __vxge_hw_fifo_mempool_item_alloc()
3427 (struct __vxge_hw_fifo *)mempoolh->userdata; in __vxge_hw_fifo_mempool_item_alloc()
3461 struct __vxge_hw_fifo *fifo; in __vxge_hw_fifo_create()
3478 fifo = (struct __vxge_hw_fifo *)__vxge_hw_channel_allocate(vp, in __vxge_hw_fifo_create()
Dvxge-main.c541 vxge_xmit_compl(struct __vxge_hw_fifo *fifo_hw, void *dtr, in vxge_xmit_compl()
813 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()
2069 (struct __vxge_hw_fifo *)attr.fifo_attr.userdata; in vxge_open_vpaths()
2120 struct __vxge_hw_fifo *hw_fifo = fifo->handle; in adaptive_coalesce_tx_interrupts()