Searched refs:rx_payld_sz (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/firmware/arm/ |
H A D | scmi.h | 84 int tx_payd_sz, int rx_payld_sz); 86 struct scmi_msg *scmi_msg_get(device_t dev, int tx_payld_sz, int rx_payld_sz);
|
H A D | scmi.c | 376 scmi_req_initialized_alloc(device_t dev, int tx_payld_sz, int rx_payld_sz) in scmi_req_initialized_alloc() argument 384 rx_payld_sz > SCMI_MAX_MSG_REPLY_SIZE(sc)) { in scmi_req_initialized_alloc() 395 req->msg.rx_len = rx_payld_sz ? in scmi_req_initialized_alloc() 396 rx_payld_sz + 2 * sizeof(uint32_t) : SCMI_MAX_MSG_SIZE(sc); in scmi_req_initialized_alloc() 741 int tx_payld_sz, int rx_payld_sz) in scmi_buf_get() argument 746 req = scmi_req_initialized_alloc(dev, tx_payld_sz, rx_payld_sz); in scmi_buf_get() 769 scmi_msg_get(device_t dev, int tx_payld_sz, int rx_payld_sz) in scmi_msg_get() argument 774 req = scmi_req_initialized_alloc(dev, tx_payld_sz, rx_payld_sz); in scmi_msg_get()
|