Searched refs:ntb_read_remote_spad (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/ntb/ |
D | ntb_hw.h | 248 int ntb_read_remote_spad(struct ntb_device *ndev, unsigned int idx, u32 *val);
|
D | ntb_transport.c | 732 rc = ntb_read_remote_spad(ndev, VERSION, &val); in ntb_transport_link_work() 742 rc = ntb_read_remote_spad(ndev, NUM_QPS, &val); in ntb_transport_link_work() 752 rc = ntb_read_remote_spad(ndev, NUM_MWS, &val); in ntb_transport_link_work() 765 rc = ntb_read_remote_spad(ndev, MW0_SZ_HIGH + (i * 2), &val); in ntb_transport_link_work() 774 rc = ntb_read_remote_spad(ndev, MW0_SZ_LOW + (i * 2), &val); in ntb_transport_link_work() 835 rc = ntb_read_remote_spad(nt->ndev, QP_LINKS, &val); in ntb_qp_link_work()
|
D | ntb_hw.c | 421 int ntb_read_remote_spad(struct ntb_device *ndev, unsigned int idx, u32 *val) in ntb_read_remote_spad() function
|