peci_request_alloc
struct peci_request *peci_request_alloc(struct peci_device *device, u8 tx_len, u8 rx_len);
EXPORT_SYMBOL_NS_GPL(peci_request_alloc, "PECI");
req = peci_request_alloc(device, PECI_GET_DIB_WR_LEN, PECI_GET_DIB_RD_LEN);
req = peci_request_alloc(device, PECI_GET_TEMP_WR_LEN, PECI_GET_TEMP_RD_LEN);
req = peci_request_alloc(device, PECI_RDPKGCFG_WR_LEN, PECI_RDPKGCFG_RD_LEN_BASE + len);
req = peci_request_alloc(device, PECI_RDPCICFGLOCAL_WR_LEN,
req = peci_request_alloc(device, PECI_RDENDPTCFG_PCI_WR_LEN,
req = peci_request_alloc(device, tx_len, PECI_RDENDPTCFG_RD_LEN_BASE + len);