Searched refs:sndev (Results 1 – 2 of 2) sorted by relevance
682 return (sndev->db_mask >> sndev->db_shift) & sndev->db_valid_mask; in switchtec_ntb_db_read_mask()845 sndev->ntb.pdev = sndev->stdev->pdev; in switchtec_ntb_init_sndev()902 sndev->mmio_self_ctrl = &sndev->mmio_ctrl[sndev->self_partition]; in switchtec_ntb_init_sndev()903 sndev->mmio_peer_ctrl = &sndev->mmio_ctrl[sndev->peer_partition]; in switchtec_ntb_init_sndev()904 sndev->mmio_self_dbmsg = &sndev->mmio_dbmsg[sndev->self_partition]; in switchtec_ntb_init_sndev()1241 sndev->db_valid_mask = sndev->db_mask; in switchtec_ntb_init_db()1257 sndev->db_shift, sndev->db_peer_shift, sndev->db_valid_mask); in switchtec_ntb_init_db()1448 free_irq(sndev->doorbell_irq, sndev); in switchtec_ntb_init_db_msg_irq()1457 free_irq(sndev->doorbell_irq, sndev); in switchtec_ntb_deinit_db_msg_irq()1458 free_irq(sndev->message_irq, sndev); in switchtec_ntb_deinit_db_msg_irq()[all …]
514 struct switchtec_ntb *sndev; member
Completed in 15 milliseconds