Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[cascardo/linux.git] / drivers / scsi / cxgbi / cxgb4i / cxgb4i.c
index 2487ae6..0039beb 100644 (file)
@@ -84,6 +84,9 @@ static inline int send_tx_flowc_wr(struct cxgbi_sock *);
 
 static const struct cxgb4_uld_info cxgb4i_uld_info = {
        .name = DRV_MODULE_NAME,
+       .nrxq = MAX_ULD_QSETS,
+       .rxq_size = 1024,
+       .lro = false,
        .add = t4_uld_add,
        .rx_handler = t4_uld_rx_handler,
        .state_change = t4_uld_state_change,