Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368196
b: refs/heads/master
c: 80c2e71
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings committed Mar 7, 2013
1 parent 0bba801 commit 27e464e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 626950db84c065925ee10c2e833da265cbda8800
refs/heads/master: 80c2e716d555912168f93853f96a24d0de75897b
6 changes: 4 additions & 2 deletions trunk/drivers/net/ethernet/sfc/net_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ struct efx_tx_queue {
* @page: The associated page buffer.
* Will be %NULL if the buffer slot is currently free.
* @page_offset: Offset within page
* @len: Buffer length, in bytes.
* @len: If pending: length for DMA descriptor.
* If completed: received length, excluding hash prefix.
* @flags: Flags for buffer and packet state.
*/
struct efx_rx_buffer {
Expand Down Expand Up @@ -668,7 +669,8 @@ struct vfdi_status;
* @n_channels: Number of channels in use
* @n_rx_channels: Number of channels used for RX (= number of RX queues)
* @n_tx_channels: Number of channels used for TX
* @rx_buffer_len: RX buffer length
* @rx_buffer_len: RX buffer length, including start alignment but excluding
* any metadata
* @rx_buffer_order: Order (log2) of number of pages for each RX buffer
* @rx_hash_key: Toeplitz hash key for RSS
* @rx_indir_table: Indirection table for RSS
Expand Down

0 comments on commit 27e464e

Please sign in to comment.