File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
drivers/infiniband/hw/i40iw Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -381,15 +381,6 @@ static inline struct i40iw_mr *to_iwmr(struct ib_mr *ibmr)
381
381
return container_of (ibmr , struct i40iw_mr , ibmr );
382
382
}
383
383
384
- /**
385
- * to_iwmr_from_ibfmr - get device memory region
386
- * @ibfmr: ib fmr
387
- **/
388
- static inline struct i40iw_mr * to_iwmr_from_ibfmr (struct ib_fmr * ibfmr )
389
- {
390
- return container_of (ibfmr , struct i40iw_mr , ibfmr );
391
- }
392
-
393
384
/**
394
385
* to_iwmw - get device memory window
395
386
* @ibmw: ib memory window
Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ struct i40iw_mr {
89
89
union {
90
90
struct ib_mr ibmr ;
91
91
struct ib_mw ibmw ;
92
- struct ib_fmr ibfmr ;
93
92
};
94
93
struct ib_umem * region ;
95
94
u16 type ;
You can’t perform that action at this time.
0 commit comments