Searched refs:vxge_hal_fifo_txd_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-fifo.h156 vxge_hal_fifo_txd_t *dang_txdl;
158 vxge_hal_fifo_txd_t *first_txdp;
170 ((vxge_hal_fifo_txd_t *)(txdh))->host_control].uld_priv
174 ((vxge_hal_fifo_txd_t *)(txdh))->host_control].hal_priv))
179 (u32)((vxge_hal_fifo_txd_t *)txdp)->host_control
204 vxge_hal_fifo_txd_t *txdp,
212 vxge_hal_fifo_txd_t *txdp);
217 vxge_hal_fifo_txd_t *txdp);
H A Dvxgehal-fifo.c96 vxge_hal_fifo_txd_t *txdp;
100 txdp = (vxge_hal_fifo_txd_t *) ((void *)
125 txdl_priv->first_txdp = (vxge_hal_fifo_txd_t *) txdp;
249 vxge_hal_fifo_txd_t *txdp;
319 txdl_size = config->max_frags * sizeof(vxge_hal_fifo_txd_t);
617 ((vxge_hal_fifo_txd_t *) txdlh)->control_1)) ?
690 vxge_hal_fifo_txd_t *txdp)
734 vxge_hal_fifo_txd_t *txdp)
870 vxge_hal_fifo_txd_t *txdp = (vxge_hal_fifo_txd_t *)*txdl
[all...]
H A Dvxgehal-device.c2804 sizeof(vxge_hal_fifo_txd_t)) <=
2808 sizeof(vxge_hal_fifo_txd_t) *
H A Dvxgehal-mgmtaux.c2936 vxge_hal_fifo_txd_t *txd;
2959 for (i = 0, txd = (vxge_hal_fifo_txd_t *) txdlh;
/freebsd-10.0-release/sys/dev/vxge/include/
H A Dvxgehal-ll.h2039 * struct vxge_hal_fifo_txd_t - Transmit Descriptor
2165 typedef struct vxge_hal_fifo_txd_t { struct
2250 } vxge_hal_fifo_txd_t; typedef in typeref:struct:vxge_hal_fifo_txd_t
2252 typedef vxge_hal_fifo_txd_t *vxge_hal_fifo_txdl_t;
2445 vxge_hal_fifo_txd_t *txdp = (vxge_hal_fifo_txd_t *) txdlh;
2465 vxge_hal_fifo_txd_t *txdp = (vxge_hal_fifo_txd_t *) txdlh;
2491 vxge_hal_fifo_txd_t *txdp = (vxge_hal_fifo_txd_t *) txdl
[all...]

Completed in 111 milliseconds