Searched refs:switchtec_ntb (Results 1 – 3 of 3) sorted by relevance
82 struct switchtec_ntb { struct129 static struct switchtec_ntb *ntb_sndev(struct ntb_dev *ntb) in ntb_sndev() argument131 return container_of(ntb, struct switchtec_ntb, ntb); in ntb_sndev()134 static int switchtec_ntb_part_op(struct switchtec_ntb *sndev, in switchtec_ntb_part_op()191 static int switchtec_ntb_send_msg(struct switchtec_ntb *sndev, int idx, in switchtec_ntb_send_msg()204 struct switchtec_ntb *sndev = ntb_sndev(ntb); in switchtec_ntb_mw_count()217 static int lut_index(struct switchtec_ntb *sndev, int mw_idx) in lut_index()222 static int peer_lut_index(struct switchtec_ntb *sndev, int mw_idx) in peer_lut_index()232 struct switchtec_ntb *sndev = ntb_sndev(ntb); in switchtec_ntb_mw_get_align()257 static void switchtec_ntb_mw_clr_direct(struct switchtec_ntb *sndev, int idx) in switchtec_ntb_mw_clr_direct()[all …]
343 struct switchtec_ntb;383 struct switchtec_ntb *sndev;
86 An NTB driver is provided for the switchtec hardware in switchtec_ntb.