Lines Matching defs:rpl
218 * Get the reply to a mailbox command and store it in @rpl in big-endian order.
220 static void get_mbox_rpl(struct adapter *adap, __be64 *rpl, int nflit,
224 *rpl++ = cpu_to_be64(t4_read_reg64(adap, mbox_addr));
310 * @rpl: where to optionally store the reply
316 * for the FW to execute the command. If @rpl is not %NULL it is used to
332 int size, void *rpl, bool sleep_ok, int timeout)
484 CH_DUMP_MBOX(adap, mbox, 0, "rpl", cmd_rpl, false);
491 } else if (rpl)
492 memcpy(rpl, cmd_rpl, size);
514 void *rpl, bool sleep_ok)
516 return t4_wr_mbox_meat_timeout(adap, mbox, cmd, size, rpl,
9890 * @rpl: start of the FW message
9894 int t4_handle_fw_rpl(struct adapter *adap, const __be64 *rpl)
9896 u8 opcode = *(const u8 *)rpl;
9897 const struct fw_port_cmd *p = (const void *)rpl;