Searched refs:tx_push_buf (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c532 struct tx_push_buffer *tx_push_buf = txr->tx_push; local
533 struct tx_push_bd *tx_push = &tx_push_buf->push_bd;
536 void *pdata = tx_push_buf->data;
596 __iowrite64_copy(db, tx_push_buf, 16);
597 __iowrite32_copy(db + 4, tx_push_buf + 1,
600 __iowrite64_copy(db, tx_push_buf, push_len);

Completed in 267 milliseconds