Home
last modified time | relevance | path

Searched refs:tx_payld_sz (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/firmware/arm/
H A Dscmi.c376 scmi_req_initialized_alloc(device_t dev, int tx_payld_sz, int rx_payld_sz) in scmi_req_initialized_alloc() argument
383 if (tx_payld_sz > SCMI_MAX_MSG_PAYLD_SIZE(sc) || in scmi_req_initialized_alloc()
394 req->msg.tx_len = sizeof(req->msg.hdr) + tx_payld_sz; 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()
H A Dscmi.h86 struct scmi_msg *scmi_msg_get(device_t dev, int tx_payld_sz, int rx_payld_sz);