Searched refs:ntb_write_remote_spad (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/ntb/ |
D | ntb_transport.c | 691 rc = ntb_write_remote_spad(ndev, MW0_SZ_HIGH + (i * 2), in ntb_transport_link_work() 700 rc = ntb_write_remote_spad(ndev, MW0_SZ_LOW + (i * 2), in ntb_transport_link_work() 710 rc = ntb_write_remote_spad(ndev, NUM_MWS, ntb_max_mw(ndev)); in ntb_transport_link_work() 717 rc = ntb_write_remote_spad(ndev, NUM_QPS, nt->max_qps); in ntb_transport_link_work() 724 rc = ntb_write_remote_spad(ndev, VERSION, NTB_TRANSPORT_VERSION); in ntb_transport_link_work() 829 rc = ntb_write_remote_spad(nt->ndev, QP_LINKS, val | 1 << qp->qp_num); in ntb_qp_link_work() 1705 rc = ntb_write_remote_spad(qp->ndev, QP_LINKS, in ntb_transport_link_down()
|
D | ntb_hw.h | 247 int ntb_write_remote_spad(struct ntb_device *ndev, unsigned int idx, u32 val);
|
D | ntb_hw.c | 397 int ntb_write_remote_spad(struct ntb_device *ndev, unsigned int idx, u32 val) in ntb_write_remote_spad() function 1821 ntb_write_remote_spad(ndev, i, 0); in ntb_pci_probe()
|