Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxgbe/
H A Dql_hw.c3008 q80_rq_map_sds_to_rds_t *map_rings; in qla_map_sds_to_rds() local
3013 map_rings = (q80_rq_map_sds_to_rds_t *)ha->hw.mbox; in qla_map_sds_to_rds()
3014 bzero(map_rings, sizeof(q80_rq_map_sds_to_rds_t)); in qla_map_sds_to_rds()
3016 map_rings->opcode = Q8_MBX_MAP_SDS_TO_RDS; in qla_map_sds_to_rds()
3017 map_rings->count_version = (sizeof (q80_rq_map_sds_to_rds_t) >> 2); in qla_map_sds_to_rds()
3018 map_rings->count_version |= Q8_MBX_CMD_VERSION; in qla_map_sds_to_rds()
3020 map_rings->cntxt_id = hw->rcv_cntxt_id; in qla_map_sds_to_rds()
3021 map_rings->num_rings = num_idx; in qla_map_sds_to_rds()
3024 map_rings->sds_rds[i].sds_ring = i + start_idx; in qla_map_sds_to_rds()
3025 map_rings->sds_rds[i].rds_ring = i + start_idx; in qla_map_sds_to_rds()
[all …]