Home
last modified time | relevance | path

Searched refs:xlat_size (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/ntb/
H A Dntb_transport.c208 size_t xlat_size; member
641 rx_size = (unsigned int)mw->xlat_size / num_qps_mw; in ntb_transport_setup_qp_mw()
804 mw->xlat_size = 0; in ntb_free_mw()
860 size_t xlat_size, buff_size; in ntb_set_mw() local
873 xlat_size = round_up(size, xlat_align_size); in ntb_set_mw()
877 if (mw->xlat_size == xlat_size) in ntb_set_mw()
884 mw->xlat_size = xlat_size; in ntb_set_mw()
895 mw->xlat_size in ntb_set_mw()
[all...]
/kernel/linux/linux-6.6/drivers/ntb/
H A Dntb_transport.c208 size_t xlat_size; member
639 rx_size = (unsigned int)mw->xlat_size / num_qps_mw; in ntb_transport_setup_qp_mw()
802 mw->xlat_size = 0; in ntb_free_mw()
858 size_t xlat_size, buff_size; in ntb_set_mw() local
871 xlat_size = round_up(size, xlat_align_size); in ntb_set_mw()
875 if (mw->xlat_size == xlat_size) in ntb_set_mw()
882 mw->xlat_size = xlat_size; in ntb_set_mw()
893 mw->xlat_size in ntb_set_mw()
[all...]

Completed in 4 milliseconds