diff options
author | Casey Leedom <leedom@chelsio.com> | 2010-06-25 08:10:32 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-06-29 02:58:55 -0400 |
commit | 81323b74a83d4144367184926a80e030e2354d25 (patch) | |
tree | ddd80aca682c09ff165a52e2d3af1fca3dfef1f6 /drivers/net/cxgb4/t4_hw.c | |
parent | 1704d74894912b8ecc3e95cecd7bde336a0b1bf2 (diff) |
cxgb4vf: update to latest T4 firmware API file
Update to latest T4 firmware API file.
Signed-off-by: Casey Leedom
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/cxgb4/t4_hw.c')
-rw-r--r-- | drivers/net/cxgb4/t4_hw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/cxgb4/t4_hw.c b/drivers/net/cxgb4/t4_hw.c index d92129b6c140..3e63d1487f5f 100644 --- a/drivers/net/cxgb4/t4_hw.c +++ b/drivers/net/cxgb4/t4_hw.c | |||
@@ -2518,7 +2518,7 @@ int t4_cfg_pfvf(struct adapter *adap, unsigned int mbox, unsigned int pf, | |||
2518 | c.retval_len16 = htonl(FW_LEN16(c)); | 2518 | c.retval_len16 = htonl(FW_LEN16(c)); |
2519 | c.niqflint_niq = htonl(FW_PFVF_CMD_NIQFLINT(rxqi) | | 2519 | c.niqflint_niq = htonl(FW_PFVF_CMD_NIQFLINT(rxqi) | |
2520 | FW_PFVF_CMD_NIQ(rxq)); | 2520 | FW_PFVF_CMD_NIQ(rxq)); |
2521 | c.cmask_to_neq = htonl(FW_PFVF_CMD_CMASK(cmask) | | 2521 | c.type_to_neq = htonl(FW_PFVF_CMD_CMASK(cmask) | |
2522 | FW_PFVF_CMD_PMASK(pmask) | | 2522 | FW_PFVF_CMD_PMASK(pmask) | |
2523 | FW_PFVF_CMD_NEQ(txq)); | 2523 | FW_PFVF_CMD_NEQ(txq)); |
2524 | c.tc_to_nexactf = htonl(FW_PFVF_CMD_TC(tc) | FW_PFVF_CMD_NVI(vi) | | 2524 | c.tc_to_nexactf = htonl(FW_PFVF_CMD_TC(tc) | FW_PFVF_CMD_NVI(vi) | |