Searched refs:HINIC_MSIX_ATTR_SET (Results 1 – 2 of 2) sorted by relevance
48 msix_ctrl = HINIC_MSIX_ATTR_SET(pending_limit, PENDING_LIMIT) | in hinic_msix_attr_set() 49 HINIC_MSIX_ATTR_SET(coalesc_timer, COALESC_TIMER) | in hinic_msix_attr_set() 50 HINIC_MSIX_ATTR_SET(lli_timer, LLI_TIMER) | in hinic_msix_attr_set() 51 HINIC_MSIX_ATTR_SET(lli_credit_limit, LLI_CREDIT) | in hinic_msix_attr_set() 52 HINIC_MSIX_ATTR_SET(resend_timer, RESEND_TIMER); in hinic_msix_attr_set()
130 #define HINIC_MSIX_ATTR_SET(val, member) \ macro