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

/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_hw.c3067 q80_rq_map_sds_to_rds_t *map_rings; local
3072 map_rings = (q80_rq_map_sds_to_rds_t *)ha->hw.mbox;
3073 bzero(map_rings, sizeof(q80_rq_map_sds_to_rds_t));
3075 map_rings->opcode = Q8_MBX_MAP_SDS_TO_RDS;
3076 map_rings->count_version = (sizeof (q80_rq_map_sds_to_rds_t) >> 2);
3077 map_rings->count_version |= Q8_MBX_CMD_VERSION;
3079 map_rings->cntxt_id = hw->rcv_cntxt_id;
3080 map_rings->num_rings = num_idx;
3083 map_rings->sds_rds[i].sds_ring = i + start_idx;
3084 map_rings
[all...]

Completed in 65 milliseconds