Searched defs:rds_ring (Results 1 - 6 of 6) sorted by relevance

/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_ctx.c140 struct nx_host_rds_ring *rds_ring; local
200 rds_ring = &recv_ctx->rds_rings[i];
202 prq_rds[i].host_phys_addr = cpu_to_le64(rds_ring->phys_addr);
203 prq_rds[i].ring_size = cpu_to_le32(rds_ring->num_desc);
205 prq_rds[i].buff_size = cpu_to_le64(rds_ring->dma_size);
239 rds_ring = &recv_ctx->rds_rings[i];
242 rds_ring->crb_rcv_producer = netxen_get_ioaddr(adapter,
556 struct nx_host_rds_ring *rds_ring; local
573 rds_ring = &recv_ctx->rds_rings[ring];
576 cpu_to_le64(rds_ring
612 struct nx_host_rds_ring *rds_ring; local
726 struct nx_host_rds_ring *rds_ring; local
[all...]
H A Dnetxen_nic_init.c50 struct nx_host_rds_ring *rds_ring);
111 struct nx_host_rds_ring *rds_ring; local
117 rds_ring = &recv_ctx->rds_rings[ring];
118 for (i = 0; i < rds_ring->num_desc; ++i) {
119 rx_buf = &(rds_ring->rx_buf_arr[i]);
124 rds_ring->dma_size,
167 struct nx_host_rds_ring *rds_ring; local
177 rds_ring = &recv_ctx->rds_rings[ring];
178 vfree(rds_ring->rx_buf_arr);
179 rds_ring
196 struct nx_host_rds_ring *rds_ring; local
1489 netxen_alloc_rx_skb(struct netxen_adapter *adapter, struct nx_host_rds_ring *rds_ring, struct netxen_rx_buffer *buffer) argument
1522 netxen_process_rxbuf(struct netxen_adapter *adapter, struct nx_host_rds_ring *rds_ring, u16 index, u16 cksum) argument
1561 struct nx_host_rds_ring *rds_ring; local
1615 struct nx_host_rds_ring *rds_ring; local
1745 struct nx_host_rds_ring *rds_ring = local
1844 netxen_post_rx_buffers(struct netxen_adapter *adapter, u32 ringid, struct nx_host_rds_ring *rds_ring) argument
1902 netxen_post_rx_buffers_nodb(struct netxen_adapter *adapter, struct nx_host_rds_ring *rds_ring) argument
[all...]
H A Dnetxen_nic_main.c1168 struct nx_host_rds_ring *rds_ring; local
1211 rds_ring = &adapter->recv_ctx.rds_rings[ring];
1212 netxen_post_rx_buffers(adapter, ring, rds_ring);
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c196 struct qlcnic_host_rds_ring *rds_ring; local
263 rds_ring = &recv_ctx->rds_rings[i];
264 rds_ring->producer = 0;
266 prq_rds[i].host_phys_addr = cpu_to_le64(rds_ring->phys_addr);
267 prq_rds[i].ring_size = cpu_to_le32(rds_ring->num_desc);
269 prq_rds[i].buff_size = cpu_to_le64(rds_ring->dma_size);
305 rds_ring = &recv_ctx->rds_rings[i];
308 rds_ring->crb_rcv_producer = adapter->ahw->pci_base0 + reg;
478 struct qlcnic_host_rds_ring *rds_ring; local
507 rds_ring
581 struct qlcnic_host_rds_ring *rds_ring; local
[all...]
H A Dqlcnic_init.c30 struct qlcnic_host_rds_ring *rds_ring);
93 struct qlcnic_host_rds_ring *rds_ring; local
99 rds_ring = &recv_ctx->rds_rings[ring];
100 for (i = 0; i < rds_ring->num_desc; ++i) {
101 rx_buf = &(rds_ring->rx_buf_arr[i]);
107 rds_ring->dma_size,
118 struct qlcnic_host_rds_ring *rds_ring; local
124 rds_ring = &recv_ctx->rds_rings[ring];
126 INIT_LIST_HEAD(&rds_ring->free_list);
128 rx_buf = rds_ring
172 struct qlcnic_host_rds_ring *rds_ring; local
202 struct qlcnic_host_rds_ring *rds_ring; local
1429 qlcnic_alloc_rx_skb(struct qlcnic_adapter *adapter, struct qlcnic_host_rds_ring *rds_ring, struct qlcnic_rx_buffer *buffer) argument
1460 qlcnic_process_rxbuf(struct qlcnic_adapter *adapter, struct qlcnic_host_rds_ring *rds_ring, u16 index, u16 cksum) argument
1527 struct qlcnic_host_rds_ring *rds_ring; local
1590 struct qlcnic_host_rds_ring *rds_ring; local
1722 struct qlcnic_host_rds_ring *rds_ring = local
1749 qlcnic_post_rx_buffers(struct qlcnic_adapter *adapter, struct qlcnic_host_rds_ring *rds_ring) argument
1790 qlcnic_post_rx_buffers_nodb(struct qlcnic_adapter *adapter, struct qlcnic_host_rds_ring *rds_ring) argument
1853 struct qlcnic_host_rds_ring *rds_ring; local
[all...]
H A Dqlcnic_main.c1135 struct qlcnic_host_rds_ring *rds_ring; local
1149 rds_ring = &adapter->recv_ctx->rds_rings[ring];
1150 qlcnic_post_rx_buffers(adapter, rds_ring);
1371 struct qlcnic_host_rds_ring *rds_ring; local
1399 rds_ring = &adapter->recv_ctx->rds_rings[ring];
1400 qlcnic_post_rx_buffers(adapter, rds_ring);

Completed in 88 milliseconds