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

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

Completed in 187 milliseconds