Home
last modified time | relevance | path

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

/linux/drivers/ntb/
H A Dntb_transport.c170 unsigned int rx_max_frame; member
648 qp->rx_max_frame = min(transport_mtu, rx_size / 2); in ntb_transport_setup_qp_mw()
649 qp->rx_max_entry = rx_size / qp->rx_max_frame; in ntb_transport_setup_qp_mw()
673 void *offset = (qp->rx_buff + qp->rx_max_frame * (i + 1) - in ntb_transport_setup_qp_mw()
1510 void *offset = qp->rx_buff + qp->rx_max_frame * in ntb_rx_copy_callback()
1642 offset = qp->rx_buff + qp->rx_max_frame * qp->rx_index; in ntb_process_rxc()
1643 hdr = offset + qp->rx_max_frame - sizeof(struct ntb_payload_header); in ntb_process_rxc()