Searched refs:ntb_read_remote_spad (Results 1 – 3 of 3) sorted by relevance
/drivers/ntb/ |
D | ntb_transport.c | 676 rc = ntb_read_remote_spad(ndev, VERSION, &val); in ntb_transport_link_work() 686 rc = ntb_read_remote_spad(ndev, NUM_QPS, &val); in ntb_transport_link_work() 696 rc = ntb_read_remote_spad(ndev, NUM_MWS, &val); in ntb_transport_link_work() 709 rc = ntb_read_remote_spad(ndev, MW0_SZ_HIGH + (i * 2), &val); in ntb_transport_link_work() 718 rc = ntb_read_remote_spad(ndev, MW0_SZ_LOW + (i * 2), &val); in ntb_transport_link_work() 779 rc = ntb_read_remote_spad(nt->ndev, QP_LINKS, &val); in ntb_qp_link_work()
|
D | ntb_hw.h | 174 int ntb_read_remote_spad(struct ntb_device *ndev, unsigned int idx, u32 *val);
|
D | ntb_hw.c | 324 int ntb_read_remote_spad(struct ntb_device *ndev, unsigned int idx, u32 *val) in ntb_read_remote_spad() function
|