Searched refs:txdlh (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/vxge/
H A Dvxge-config.h987 void *txdlh,
995 void *txdlh,
1026 * @txdlh: Corresponding txdlh to this TxDL.
1591 * @txdlh: Descriptor handle.
1605 static inline void vxge_hw_fifo_txdl_cksum_set_bits(void *txdlh, u64 cksum_bits) argument
1607 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh;
1613 * @txdlh: Descriptor handle.
1615 * driver, which in turn inserts the MSS into the @txdlh.
1625 static inline void vxge_hw_fifo_txdl_mss_set(void *txdlh, in argument
1641 vxge_hw_fifo_txdl_vlan_set(void *txdlh, u16 vlan_tag) argument
1660 vxge_hw_fifo_txdl_private_get(void *txdlh) argument
[all...]
H A Dvxge-traffic.c1084 * @txdlh: Reserved descriptor. On success HW fills this "out" parameter
1103 void **txdlh, void **txdl_priv)
1111 status = vxge_hw_channel_dtr_alloc(channel, txdlh);
1115 (struct vxge_hw_fifo_txd *)*txdlh;
1131 txdp = ((struct vxge_hw_fifo_txd *)*txdlh) + i;
1143 * @txdlh: Descriptor handle.
1157 void *txdlh, u32 frag_idx,
1166 txdl_priv = __vxge_hw_fifo_txdl_priv(fifo, txdlh);
1167 txdp = (struct vxge_hw_fifo_txd *)txdlh + txdl_priv->frags;
1178 txdp_last = (struct vxge_hw_fifo_txd *)txdlh
1101 vxge_hw_fifo_txdl_reserve( struct __vxge_hw_fifo *fifo, void **txdlh, void **txdl_priv) argument
1156 vxge_hw_fifo_txdl_buffer_set(struct __vxge_hw_fifo *fifo, void *txdlh, u32 frag_idx, dma_addr_t dma_pointer, u32 size) argument
1205 vxge_hw_fifo_txdl_post(struct __vxge_hw_fifo *fifo, void *txdlh) argument
1269 vxge_hw_fifo_txdl_next_completed( struct __vxge_hw_fifo *fifo, void **txdlh, enum vxge_hw_fifo_tcode *t_code) argument
1324 vxge_hw_fifo_handle_tcode(struct __vxge_hw_fifo *fifo, void *txdlh, enum vxge_hw_fifo_tcode t_code) argument
1367 vxge_hw_fifo_txdl_free(struct __vxge_hw_fifo *fifo, void *txdlh) argument
[all...]
H A Dvxge-traffic.h2053 void **txdlh,
2058 void *txdlh,
2065 void *txdlh);
2072 void **txdlh,
2077 void *txdlh,
2082 void *txdlh);
H A Dvxge-config.c2442 void *txdlh; local
2445 vxge_hw_channel_dtr_try_complete(&fifo->channel, &txdlh);
2447 if (txdlh == NULL)
2453 fifo->txdl_term(txdlh,
2458 vxge_hw_channel_dtr_free(&fifo->channel, txdlh);

Completed in 86 milliseconds