Use the non-sleeping variang of t4_wr_mbox in code that can be called

with locks held.

MFC after:	1 day
This commit is contained in:
Navdeep Parhar 2012-02-13 18:41:32 +00:00
parent 1423dcd65a
commit d513f5b690
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=231592

View file

@ -4314,7 +4314,7 @@ int t4_change_mac(struct adapter *adap, unsigned int mbox, unsigned int viid,
V_FW_VI_MAC_CMD_IDX(idx));
memcpy(p->macaddr, addr, sizeof(p->macaddr));
ret = t4_wr_mbox(adap, mbox, &c, sizeof(c), &c);
ret = t4_wr_mbox_ns(adap, mbox, &c, sizeof(c), &c);
if (ret == 0) {
ret = G_FW_VI_MAC_CMD_IDX(ntohs(p->valid_to_idx));
if (ret >= FW_CLS_TCAM_NUM_ENTRIES)