Lines Matching full:tid

31 /** @brief Size of TID Pool in pldmd */
79 /** @brief Send request PLDM message to tid. The function will return when
84 * @param[in] tid - Destination TID
90 exec::task<int> sendRecvPldmMsg(pldm_tid_t tid, Request& request,
107 /** @brief member functions to map/unmap tid
109 std::optional<MctpInfo> toMctpInfo(const pldm_tid_t& tid);
111 /** @brief Member functions to response the TID of specific MCTP interface
115 * @return tid - Terminus tid
119 /** @brief Member functions to find the TID for MCTP interface. Response the
120 * Terminus TID when mctpInfo is already in the data base. Response
121 * new tid from pool when mctpInfo is new.
125 * @return tid - Terminus tid
129 /** @brief Member functions to store the mctp info and tid to terminus info
133 * @param[in] tid - Destination TID
135 * @return tid - Terminus tid
138 pldm_tid_t tid);
140 /** @brief Member functions to remove the TID from the transportLayer and
143 * @param[in] tid - Destination TID
145 * @return true/false - True when tid in the table otherwise return false
147 bool unmapTid(const pldm_tid_t& tid);
206 * value of tid in reference parameter.
209 * @param[out] tid - Terminus TID
212 exec::task<int> getTidOverMctp(mctp_eid_t eid, pldm_tid_t* tid);
217 * @param[in] tid - Destination TID
220 exec::task<int> setTidOverMctp(mctp_eid_t eid, pldm_tid_t tid);
222 /** @brief Send getPLDMTypes command to destination TID and then return the
225 * @param[in] tid - Destination TID
229 exec::task<int> getPLDMTypes(pldm_tid_t tid, uint64_t& supportedTypes);
231 /** @brief Send getPLDMVersion command to destination TID and then return
234 * @param[in] tid - Destination TID
239 exec::task<int> getPLDMVersion(pldm_tid_t tid, uint8_t type,
242 /** @brief Send getPLDMCommands command to destination TID and then return
245 * @param[in] tid - Destination TID
252 exec::task<int> getPLDMCommands(pldm_tid_t tid, uint8_t type,
267 /** @brief tables for maintaining assigned TID */
270 /** @brief Store the supported transport layers of specific TID */
273 /** @brief Store the supported MCTP interface info of specific TID */