Home
last modified time | relevance | path

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

/fs/cifs/
Dsmbdirect.c1608 struct ib_qp_init_attr qp_attr; in _smbd_get_connection() local
1686 memset(&qp_attr, 0, sizeof(qp_attr)); in _smbd_get_connection()
1687 qp_attr.event_handler = smbd_qp_async_error_upcall; in _smbd_get_connection()
1688 qp_attr.qp_context = info; in _smbd_get_connection()
1689 qp_attr.cap.max_send_wr = info->send_credit_target; in _smbd_get_connection()
1690 qp_attr.cap.max_recv_wr = info->receive_credit_max; in _smbd_get_connection()
1691 qp_attr.cap.max_send_sge = SMBDIRECT_MAX_SGE; in _smbd_get_connection()
1692 qp_attr.cap.max_recv_sge = SMBDIRECT_MAX_SGE; in _smbd_get_connection()
1693 qp_attr.cap.max_inline_data = 0; in _smbd_get_connection()
1694 qp_attr.sq_sig_type = IB_SIGNAL_REQ_WR; in _smbd_get_connection()
[all …]
Dsmbdirect.h57 struct ib_qp_init_attr qp_attr; member