Lines Matching refs:attr_mask

1453  * @attr_mask: the mask of attributes to modify
1459 int attr_mask, struct ib_udata *udata)
1474 cur_state = attr_mask & IB_QP_CUR_STATE ?
1476 new_state = attr_mask & IB_QP_STATE ? attr->qp_state : cur_state;
1480 attr_mask))
1484 rdi->driver_f.check_modify_qp(qp, attr, attr_mask, udata))
1487 if (attr_mask & IB_QP_AV) {
1502 if (attr_mask & IB_QP_ALT_PATH) {
1519 if (attr_mask & IB_QP_PKEY_INDEX)
1523 if (attr_mask & IB_QP_MIN_RNR_TIMER)
1527 if (attr_mask & IB_QP_PORT)
1534 if (attr_mask & IB_QP_DEST_QPN)
1538 if (attr_mask & IB_QP_RETRY_CNT)
1542 if (attr_mask & IB_QP_RNR_RETRY)
1554 if (attr_mask & IB_QP_PATH_MTU) {
1560 if (attr_mask & IB_QP_PATH_MIG_STATE) {
1578 if (attr_mask & IB_QP_MAX_DEST_RD_ATOMIC)
1614 if (attr_mask & IB_QP_PKEY_INDEX)
1617 if (attr_mask & IB_QP_PORT)
1620 if (attr_mask & IB_QP_DEST_QPN)
1623 if (attr_mask & IB_QP_SQ_PSN) {
1631 if (attr_mask & IB_QP_RQ_PSN)
1634 if (attr_mask & IB_QP_ACCESS_FLAGS)
1637 if (attr_mask & IB_QP_AV) {
1643 if (attr_mask & IB_QP_ALT_PATH) {
1648 if (attr_mask & IB_QP_PATH_MIG_STATE) {
1657 if (attr_mask & IB_QP_PATH_MTU) {
1662 if (attr_mask & IB_QP_RETRY_CNT) {
1667 if (attr_mask & IB_QP_RNR_RETRY) {
1672 if (attr_mask & IB_QP_MIN_RNR_TIMER)
1675 if (attr_mask & IB_QP_TIMEOUT) {
1680 if (attr_mask & IB_QP_QKEY)
1683 if (attr_mask & IB_QP_MAX_DEST_RD_ATOMIC)
1686 if (attr_mask & IB_QP_MAX_QP_RD_ATOMIC)
1690 rdi->driver_f.modify_qp(qp, attr, attr_mask, udata);
1765 * @attr_mask: attr mask ignored
1771 int attr_mask, struct ib_qp_init_attr *init_attr)