Home
last modified time | relevance | path

Searched refs:ntb_write_remote_spad (Results 1 – 3 of 3) sorted by relevance

/drivers/ntb/
Dntb_transport.c635 rc = ntb_write_remote_spad(ndev, MW0_SZ_HIGH + (i * 2), in ntb_transport_link_work()
644 rc = ntb_write_remote_spad(ndev, MW0_SZ_LOW + (i * 2), in ntb_transport_link_work()
654 rc = ntb_write_remote_spad(ndev, NUM_MWS, NTB_NUM_MW); in ntb_transport_link_work()
661 rc = ntb_write_remote_spad(ndev, NUM_QPS, nt->max_qps); in ntb_transport_link_work()
668 rc = ntb_write_remote_spad(ndev, VERSION, NTB_TRANSPORT_VERSION); in ntb_transport_link_work()
773 rc = ntb_write_remote_spad(nt->ndev, QP_LINKS, val | 1 << qp->qp_num); in ntb_qp_link_work()
1432 rc = ntb_write_remote_spad(qp->ndev, QP_LINKS, in ntb_transport_link_down()
Dntb_hw.h173 int ntb_write_remote_spad(struct ntb_device *ndev, unsigned int idx, u32 val);
Dntb_hw.c300 int ntb_write_remote_spad(struct ntb_device *ndev, unsigned int idx, u32 val) in ntb_write_remote_spad() function
1075 ntb_write_remote_spad(ndev, i, 0); in ntb_pci_probe()