Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dntb.h802 static inline int ntb_mw_count(struct ntb_dev *ntb, int pidx) in ntb_mw_count() function
1633 return ntb_mw_count(ntb, pidx) - ret - 1; in ntb_peer_highest_mw_idx()
/linux-6.1.9/Documentation/driver-api/
Dntb.rst97 1) ntb_mw_count(pidx) - retrieve number of memory ranges, which can
120 Also it is worth to note, that method ntb_mw_count(pidx) should return the
/linux-6.1.9/drivers/ntb/test/
Dntb_tool.c984 tc->peers[pidx].inmw_cnt = ntb_mw_count(tc->ntb, pidx); in tool_init_mws()