Lines Matching refs:ntb_payload_header
86 struct ntb_payload_header __iomem *tx_hdr;
87 struct ntb_payload_header *rx_hdr;
185 struct ntb_payload_header { struct
534 sizeof(struct ntb_payload_header); in ntb_transport_setup_qp_mw()
535 memset(offset, 0, sizeof(struct ntb_payload_header)); in ntb_transport_setup_qp_mw()
1029 struct ntb_payload_header *hdr = entry->rx_hdr; in ntb_rx_copy_callback()
1138 struct ntb_payload_header *hdr; in ntb_process_rxc()
1143 hdr = offset + qp->rx_max_frame - sizeof(struct ntb_payload_header); in ntb_process_rxc()
1241 struct ntb_payload_header __iomem *hdr = entry->tx_hdr; in ntb_tx_copy_callback()
1274 struct ntb_payload_header __iomem *hdr; in ntb_async_tx()
1287 hdr = offset + qp->tx_max_frame - sizeof(struct ntb_payload_header); in ntb_async_tx()
1358 if (entry->len > qp->tx_max_frame - sizeof(struct ntb_payload_header)) { in ntb_process_tx()
1768 return qp->tx_max_frame - sizeof(struct ntb_payload_header); in ntb_transport_max_size()
1771 max = qp->tx_max_frame - sizeof(struct ntb_payload_header); in ntb_transport_max_size()