Searched refs:t4_wr_mbox_meat_timeout (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 1181 int t4_wr_mbox_meat_timeout(struct adapter *adap, int mbox, const void *cmd, 1190 return t4_wr_mbox_meat_timeout(adap, mbox, cmd, size, rpl, true, t4_wr_mbox_timeout()
|
H A D | t4_hw.c | 242 * t4_wr_mbox_meat_timeout - send a command to FW through the given mailbox 264 int t4_wr_mbox_meat_timeout(struct adapter *adap, int mbox, const void *cmd, t4_wr_mbox_meat_timeout() function 345 return t4_wr_mbox_meat_timeout(adap, mbox, cmd, size, rpl, sleep_ok, t4_wr_mbox_meat()
|
Completed in 135 milliseconds