Lines Matching refs:msix

1077 	struct msix_entry *msix = irq_id;  in thunderx_ocx_com_isr()  local
1078 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, in thunderx_ocx_com_isr()
1079 msix_ent[msix->entry]); in thunderx_ocx_com_isr()
1106 struct msix_entry *msix = irq_id; in thunderx_ocx_com_threaded_isr() local
1107 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, in thunderx_ocx_com_threaded_isr()
1108 msix_ent[msix->entry]); in thunderx_ocx_com_threaded_isr()
1170 struct msix_entry *msix = irq_id; in thunderx_ocx_lnk_isr() local
1171 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, in thunderx_ocx_lnk_isr()
1172 msix_ent[msix->entry]); in thunderx_ocx_lnk_isr()
1177 ctx->link = msix->entry; in thunderx_ocx_lnk_isr()
1189 struct msix_entry *msix = irq_id; in thunderx_ocx_lnk_threaded_isr() local
1190 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, in thunderx_ocx_lnk_threaded_isr()
1191 msix_ent[msix->entry]); in thunderx_ocx_lnk_threaded_isr()
1762 struct msix_entry *msix = irq_id; in thunderx_l2c_tad_isr() local
1763 struct thunderx_l2c *tad = container_of(msix, struct thunderx_l2c, in thunderx_l2c_tad_isr()
1794 struct msix_entry *msix = irq_id; in thunderx_l2c_cbc_isr() local
1795 struct thunderx_l2c *cbc = container_of(msix, struct thunderx_l2c, in thunderx_l2c_cbc_isr()
1823 struct msix_entry *msix = irq_id; in thunderx_l2c_mci_isr() local
1824 struct thunderx_l2c *mci = container_of(msix, struct thunderx_l2c, in thunderx_l2c_mci_isr()
1844 struct msix_entry *msix = irq_id; in thunderx_l2c_threaded_isr() local
1845 struct thunderx_l2c *l2c = container_of(msix, struct thunderx_l2c, in thunderx_l2c_threaded_isr()