Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/erdma/
H A Derdma_cm.c570 enum erdma_qpa_mask_iwarp to_modify_attrs = 0; in erdma_proc_mpareply() local
613 to_modify_attrs = ERDMA_QPA_IWARP_STATE | ERDMA_QPA_IWARP_LLP_HANDLE | in erdma_proc_mpareply()
619 to_modify_attrs |= ERDMA_QPA_IWARP_CC; in erdma_proc_mpareply()
623 ret = erdma_modify_qp_state_iwarp(qp, &params, to_modify_attrs); in erdma_proc_mpareply()
1134 enum erdma_qpa_mask_iwarp to_modify_attrs = 0; in erdma_accept() local
1204 to_modify_attrs = ERDMA_QPA_IWARP_STATE | ERDMA_QPA_IWARP_ORD | in erdma_accept()
1209 to_modify_attrs |= ERDMA_QPA_IWARP_CC; in erdma_accept()
1214 ret = erdma_modify_qp_state_iwarp(qp, &mod_qp_params, to_modify_attrs); in erdma_accept()