Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_ctx.c263 int i, nrds_rings, nsds_rings, err; in nx_fw_cmd_create_rx_ctx() local
266 nrds_rings = adapter->max_rds_rings; in nx_fw_cmd_create_rx_ctx()
270 SIZEOF_HOSTRQ_RX(nx_hostrq_rx_ctx_t, nrds_rings, nsds_rings); in nx_fw_cmd_create_rx_ctx()
272 SIZEOF_CARDRSP_RX(nx_cardrsp_rx_ctx_t, nrds_rings, nsds_rings); in nx_fw_cmd_create_rx_ctx()
299 prq->num_rds_rings = HOST_TO_LE_16(nrds_rings); in nx_fw_cmd_create_rx_ctx()
303 (sizeof (nx_hostrq_rds_ring_t) * nrds_rings); in nx_fw_cmd_create_rx_ctx()
308 for (i = 0; i < nrds_rings; i++) { in nx_fw_cmd_create_rx_ctx()