Searched refs:multi_msg_max (Results 1 – 2 of 2) sorted by relevance
64 rt_uint8_t multi_msg_max:3; /* log2 num of messages allocated */ member
77 if (msi->cap.multi_msg_max >= 5) in msi_multi_mask()82 return (1 << (1 << msi->cap.multi_msg_max)) - 1; in msi_multi_mask()559 desc.msi.cap.multi_msg_max = (msgctl & PCIM_MSICTRL_MMC_MASK) >> 1; in msi_setup_msi_desc()
Completed in 6 milliseconds