File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -485,7 +485,6 @@ struct cxgbi_device {
485
485
unsigned char nmtus ;
486
486
unsigned char nports ;
487
487
struct pci_dev * pdev ;
488
- struct dentry * debugfs_root ;
489
488
struct iscsi_transport * itp ;
490
489
struct module * owner ;
491
490
@@ -499,7 +498,6 @@ struct cxgbi_device {
499
498
unsigned int rxq_idx_cntr ;
500
499
struct cxgbi_ports_map pmap ;
501
500
502
- void (* dev_ddp_cleanup )(struct cxgbi_device * );
503
501
struct cxgbi_ppm * (* cdev2ppm )(struct cxgbi_device * );
504
502
int (* csk_ddp_set_map )(struct cxgbi_ppm * , struct cxgbi_sock * ,
505
503
struct cxgbi_task_tag_info * );
@@ -512,7 +510,6 @@ struct cxgbi_device {
512
510
unsigned int , int );
513
511
514
512
void (* csk_release_offload_resources )(struct cxgbi_sock * );
515
- int (* csk_rx_pdu_ready )(struct cxgbi_sock * , struct sk_buff * );
516
513
u32 (* csk_send_rx_credits )(struct cxgbi_sock * , u32 );
517
514
int (* csk_push_tx_frames )(struct cxgbi_sock * , int );
518
515
void (* csk_send_abort_req )(struct cxgbi_sock * );
You can’t perform that action at this time.
0 commit comments