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

/freebsd-10.2-release/sys/dev/qlxgbe/
H A Dql_hw.c2268 q80_rq_map_sds_to_rds_t *map_rings; local
2273 map_rings = (q80_rq_map_sds_to_rds_t *)ha->hw.mbox;
2274 bzero(map_rings, sizeof(q80_rq_map_sds_to_rds_t));
2276 map_rings->opcode = Q8_MBX_MAP_SDS_TO_RDS;
2277 map_rings->count_version = (sizeof (q80_rq_map_sds_to_rds_t) >> 2);
2278 map_rings->count_version |= Q8_MBX_CMD_VERSION;
2280 map_rings->cntxt_id = hw->rcv_cntxt_id;
2281 map_rings->num_rings = num_idx;
2284 map_rings->sds_rds[i].sds_ring = i + start_idx;
2285 map_rings
[all...]

Completed in 96 milliseconds