Lines Matching refs:msix
1071 struct msix_entry *msix = irq_id; in thunderx_ocx_com_isr() local
1072 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, in thunderx_ocx_com_isr()
1073 msix_ent[msix->entry]); in thunderx_ocx_com_isr()
1100 struct msix_entry *msix = irq_id; in thunderx_ocx_com_threaded_isr() local
1101 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, in thunderx_ocx_com_threaded_isr()
1102 msix_ent[msix->entry]); in thunderx_ocx_com_threaded_isr()
1164 struct msix_entry *msix = irq_id; in thunderx_ocx_lnk_isr() local
1165 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, in thunderx_ocx_lnk_isr()
1166 msix_ent[msix->entry]); in thunderx_ocx_lnk_isr()
1171 ctx->link = msix->entry; in thunderx_ocx_lnk_isr()
1183 struct msix_entry *msix = irq_id; in thunderx_ocx_lnk_threaded_isr() local
1184 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, in thunderx_ocx_lnk_threaded_isr()
1185 msix_ent[msix->entry]); in thunderx_ocx_lnk_threaded_isr()
1755 struct msix_entry *msix = irq_id; in thunderx_l2c_tad_isr() local
1756 struct thunderx_l2c *tad = container_of(msix, struct thunderx_l2c, in thunderx_l2c_tad_isr()
1787 struct msix_entry *msix = irq_id; in thunderx_l2c_cbc_isr() local
1788 struct thunderx_l2c *cbc = container_of(msix, struct thunderx_l2c, in thunderx_l2c_cbc_isr()
1816 struct msix_entry *msix = irq_id; in thunderx_l2c_mci_isr() local
1817 struct thunderx_l2c *mci = container_of(msix, struct thunderx_l2c, in thunderx_l2c_mci_isr()
1837 struct msix_entry *msix = irq_id; in thunderx_l2c_threaded_isr() local
1838 struct thunderx_l2c *l2c = container_of(msix, struct thunderx_l2c, in thunderx_l2c_threaded_isr()