aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/enic/vnic_devcmd.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/enic/vnic_devcmd.h b/drivers/net/enic/vnic_devcmd.h
index 20661755df6b..9abb3d51dea1 100644
--- a/drivers/net/enic/vnic_devcmd.h
+++ b/drivers/net/enic/vnic_devcmd.h
@@ -238,6 +238,18 @@ enum vnic_devcmd_cmd {
238 * out: (u32)a0=status of proxied cmd 238 * out: (u32)a0=status of proxied cmd
239 * a1-a15=out args of proxied cmd */ 239 * a1-a15=out args of proxied cmd */
240 CMD_PROXY_BY_BDF = _CMDC(_CMD_DIR_RW, _CMD_VTYPE_ALL, 42), 240 CMD_PROXY_BY_BDF = _CMDC(_CMD_DIR_RW, _CMD_VTYPE_ALL, 42),
241
242 /*
243 * As for BY_BDF except a0 is index of hvnlink subordinate vnic
244 * or SR-IOV virtual vnic */
245 CMD_PROXY_BY_INDEX = _CMDC(_CMD_DIR_RW, _CMD_VTYPE_ALL, 43),
246
247 /*
248 * in: (u64)a0=paddr of buffer to put latest VIC VIF-CONFIG-INFO TLV in
249 * (u32)a1=length of buffer in a0
250 * out: (u64)a0=paddr of buffer with latest VIC VIF-CONFIG-INFO TLV
251 * (u32)a1=actual length of latest VIC VIF-CONFIG-INFO TLV */
252 CMD_CONFIG_INFO_GET = _CMDC(_CMD_DIR_RW, _CMD_VTYPE_ALL, 44),
241}; 253};
242 254
243/* flags for CMD_OPEN */ 255/* flags for CMD_OPEN */