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

/linux-master/net/devlink/
H A Dparam.c147 return test_bit(cmode, &param->supported_cmodes);
614 if (!param || !param->name || !param->supported_cmodes)
631 if (param->supported_cmodes == BIT(DEVLINK_PARAM_CMODE_DRIVERINIT))
/linux-master/include/net/
H A Ddevlink.h467 * @supported_cmodes: bitmap of supported configuration modes
482 unsigned long supported_cmodes; member in struct:devlink_param
585 .supported_cmodes = _cmodes, \
596 .supported_cmodes = _cmodes, \

Completed in 116 milliseconds