DS_MAX_PORTS
for (i = 0; i < DS_MAX_PORTS; i++) {
for (i = 0; i < DS_MAX_PORTS; i++, portid++) {
if (portid >= DS_MAX_PORTS) {
for (idx = 0; idx < DS_MAX_PORTS; idx++) {
for (idx = 0; idx < DS_MAX_PORTS; idx++) {
ds_port_t ds_ports[DS_MAX_PORTS];
for (idx = 0; idx < DS_MAX_PORTS; idx++) {
if (port_id >= DS_MAX_PORTS || !DS_PORT_IN_SET(ds_allports, port_id)) {
for (i = 0, port = ds_ports; i < DS_MAX_PORTS; i++, port++) {
for (i = 0, port = ds_ports; i < DS_MAX_PORTS; i++, port++) {
if (portno >= DS_MAX_PORTS) {
#define DS_PORTSET_SIZE BT_BITOUL(DS_MAX_PORTS)
extern ds_port_t ds_ports[DS_MAX_PORTS];
#define DS_MAX_PORT_ID (DS_MAX_PORTS - 1)