Searched refs:next_iwarp_state (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/hw/nes/
H A Dnes_verbs.c2837 u32 next_iwarp_state, u32 termlen, u32 wait_completion)
2862 NES_CQP_MODIFY_QP | NES_CQP_QP_TYPE_IWARP | next_iwarp_state);
2863 nes_debug(NES_DBG_MOD_QP, "using next_iwarp_state=%08x, wqe_words=%08x\n",
2864 next_iwarp_state, le32_to_cpu(cqp_wqe->wqe_words[NES_CQP_WQE_OPCODE_IDX]));
2870 if (((next_iwarp_state & NES_CQP_QP_IWARP_STATE_MASK) == NES_CQP_QP_IWARP_STATE_TERMINATE) &&
2871 !(next_iwarp_state & NES_CQP_QP_TERM_DONT_SEND_TERM_MSG)) {
2893 cqp_request->minor_code, next_iwarp_state);
2921 u32 next_iwarp_state = 0; local
2950 next_iwarp_state = NES_CQP_QP_IWARP_STATE_IDLE;
2960 next_iwarp_state
2836 nes_hw_modify_qp(struct nes_device *nesdev, struct nes_qp *nesqp, u32 next_iwarp_state, u32 termlen, u32 wait_completion) argument
[all...]
H A Dnes_hw.c3450 u32 next_iwarp_state = NES_CQP_QP_IWARP_STATE_ERROR; local
3459 next_iwarp_state |= NES_CQP_QP_DEL_HTE;
3471 next_iwarp_state |= NES_CQP_QP_RESET;
3473 nes_hw_modify_qp(nesdev, nesqp, next_iwarp_state, 0, 0);
3556 u32 next_iwarp_state = 0; local
3605 next_iwarp_state = NES_CQP_QP_IWARP_STATE_CLOSING;
3608 nes_hw_modify_qp(nesdev, nesqp, next_iwarp_state, 0, 0);
3638 next_iwarp_state = NES_CQP_QP_IWARP_STATE_ERROR | NES_CQP_QP_DEL_HTE;
3639 nes_hw_modify_qp(nesdev, nesqp, next_iwarp_state, 0, 0);

Completed in 176 milliseconds