Home
last modified time | relevance | path

Searched refs:rspLength (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-occ-control/
H A Dpldm.cpp959 const size_t rspLength = responseMsgSize + sizeof(pldm_msg_hdr); in pldmRspCallback() local
960 std::vector<std::uint8_t> pldmResponse(rspLength); in pldmRspCallback()
962 rspLength); in pldmRspCallback()
968 "STATE", occSensorState, "LEN", rspLength, "INST", instance); in pldmRspCallback()
/openbmc/linux/drivers/net/ethernet/qlogic/
H A Dqla3xxx.h644 u32 rspLength; member
H A Dqla3xxx.c3064 ql_write_page1_reg(qdev, &hmem_regs->rspLength, NUM_RSP_Q_ENTRIES); in ql_adapter_initialize()