| 442 | int t4_get_core_clock(struct adapter *adapter, struct vpd_params *p); |
| 443 | |
| 444 | static inline int t4_wr_mbox(struct adapter *adap, int mbox, const void *cmd, |
| 445 | int size, void *rpl) |
| 446 | { |
| 447 | return t4_wr_mbox_meat(adap, mbox, cmd, size, rpl, true); |
| 448 | } |
| 449 | |
| 450 | static inline int t4_wr_mbox_ns(struct adapter *adap, int mbox, const void *cmd, |
| 451 | int size, void *rpl) |
no test coverage detected