Home
last modified time | relevance | path

Searched refs:nrds_rings (Results 1 – 1 of 1) sorted by relevance

/drivers/net/netxen/
Dnetxen_nic_ctx.c176 int i, nrds_rings, nsds_rings; in nx_fw_cmd_create_rx_ctx() local
185 nrds_rings = adapter->max_rds_rings; in nx_fw_cmd_create_rx_ctx()
189 SIZEOF_HOSTRQ_RX(nx_hostrq_rx_ctx_t, nrds_rings, nsds_rings); in nx_fw_cmd_create_rx_ctx()
191 SIZEOF_CARDRSP_RX(nx_cardrsp_rx_ctx_t, nrds_rings, nsds_rings); in nx_fw_cmd_create_rx_ctx()
218 prq->num_rds_rings = cpu_to_le16(nrds_rings); in nx_fw_cmd_create_rx_ctx()
223 (sizeof(nx_hostrq_rds_ring_t) * nrds_rings); in nx_fw_cmd_create_rx_ctx()
229 for (i = 0; i < nrds_rings; i++) { in nx_fw_cmd_create_rx_ctx()