Searched refs:peer_port_count (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dntb.h212 * @peer_port_count: See ntb_peer_port_count().
262 int (*peer_port_count)(struct ntb_dev *ntb); member in struct:ntb_dev_ops
339 !ops->peer_port_count == !ops->port_number &&
637 if (!ntb->ops->peer_port_count)
640 return ntb->ops->peer_port_count(ntb);
/linux-master/drivers/ntb/hw/idt/
H A Dntb_hw_idt.c2243 .peer_port_count = idt_ntb_peer_port_count,

Completed in 284 milliseconds