Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213806
b: refs/heads/master
c: ae94abe
h: refs/heads/master
v: v3
  • Loading branch information
Roopa Prabhu authored and David S. Miller committed Aug 17, 2010
1 parent 913a3b2 commit cd324e5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 90cf0b53d74ebca4f62d865ae39d21ed3bdbf877
refs/heads/master: ae94abe1687871d9772494b3d378c6d3decd7f75
12 changes: 12 additions & 0 deletions trunk/drivers/net/enic/vnic_devcmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,18 @@ enum vnic_devcmd_cmd {
* out: (u32)a0=status of proxied cmd
* a1-a15=out args of proxied cmd */
CMD_PROXY_BY_BDF = _CMDC(_CMD_DIR_RW, _CMD_VTYPE_ALL, 42),

/*
* As for BY_BDF except a0 is index of hvnlink subordinate vnic
* or SR-IOV virtual vnic */
CMD_PROXY_BY_INDEX = _CMDC(_CMD_DIR_RW, _CMD_VTYPE_ALL, 43),

/*
* in: (u64)a0=paddr of buffer to put latest VIC VIF-CONFIG-INFO TLV in
* (u32)a1=length of buffer in a0
* out: (u64)a0=paddr of buffer with latest VIC VIF-CONFIG-INFO TLV
* (u32)a1=actual length of latest VIC VIF-CONFIG-INFO TLV */
CMD_CONFIG_INFO_GET = _CMDC(_CMD_DIR_RW, _CMD_VTYPE_ALL, 44),
};

/* flags for CMD_OPEN */
Expand Down

0 comments on commit cd324e5

Please sign in to comment.