ibmvnic: Remove unused bouce buffer
The bounce buffer is not used in the ibmvnic driver, just get rid of it. Signed-off-by: Nathan Fontenot <nfont@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
7f7adc5060
commit
d76e0fec7e
@@ -868,7 +868,6 @@ struct ibmvnic_tx_buff {
|
||||
int index;
|
||||
int pool_index;
|
||||
bool last_frag;
|
||||
bool used_bounce;
|
||||
union sub_crq indir_arr[6];
|
||||
u8 hdr_data[140];
|
||||
dma_addr_t indir_dma;
|
||||
@@ -924,9 +923,6 @@ struct ibmvnic_adapter {
|
||||
dma_addr_t ip_offload_ctrl_tok;
|
||||
bool migrated;
|
||||
u32 msg_enable;
|
||||
void *bounce_buffer;
|
||||
int bounce_buffer_size;
|
||||
dma_addr_t bounce_buffer_dma;
|
||||
|
||||
/* Statistics */
|
||||
struct ibmvnic_statistics stats;
|
||||
|
||||
Reference in New Issue
Block a user