diff options
Diffstat (limited to 'drivers/net/vxge/vxge-config.h')
-rw-r--r-- | drivers/net/vxge/vxge-config.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/net/vxge/vxge-config.h b/drivers/net/vxge/vxge-config.h index 224acea771ed..62779a520ca1 100644 --- a/drivers/net/vxge/vxge-config.h +++ b/drivers/net/vxge/vxge-config.h | |||
@@ -978,7 +978,9 @@ struct __vxge_hw_fifo { | |||
978 | void *txdlh, | 978 | void *txdlh, |
979 | enum vxge_hw_fifo_tcode t_code, | 979 | enum vxge_hw_fifo_tcode t_code, |
980 | void *userdata, | 980 | void *userdata, |
981 | void **skb_ptr); | 981 | struct sk_buff ***skb_ptr, |
982 | int nr_skb, | ||
983 | int *more); | ||
982 | 984 | ||
983 | void (*txdl_term)( | 985 | void (*txdl_term)( |
984 | void *txdlh, | 986 | void *txdlh, |
@@ -1779,7 +1781,8 @@ struct vxge_hw_fifo_attr { | |||
1779 | void *txdlh, | 1781 | void *txdlh, |
1780 | enum vxge_hw_fifo_tcode t_code, | 1782 | enum vxge_hw_fifo_tcode t_code, |
1781 | void *userdata, | 1783 | void *userdata, |
1782 | void **skb_ptr); | 1784 | struct sk_buff ***skb_ptr, |
1785 | int nr_skb, int *more); | ||
1783 | 1786 | ||
1784 | void (*txdl_term)( | 1787 | void (*txdl_term)( |
1785 | void *txdlh, | 1788 | void *txdlh, |