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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_verbs.c2843 u32 next_iwarp_state, u32 termlen, u32 wait_completion)
2868 NES_CQP_MODIFY_QP | NES_CQP_QP_TYPE_IWARP | next_iwarp_state);
2869 nes_debug(NES_DBG_MOD_QP, "using next_iwarp_state=%08x, wqe_words=%08x\n",
2870 next_iwarp_state, le32_to_cpu(cqp_wqe->wqe_words[NES_CQP_WQE_OPCODE_IDX]));
2876 if (((next_iwarp_state & NES_CQP_QP_IWARP_STATE_MASK) == NES_CQP_QP_IWARP_STATE_TERMINATE) &&
2877 !(next_iwarp_state & NES_CQP_QP_TERM_DONT_SEND_TERM_MSG)) {
2899 cqp_request->minor_code, next_iwarp_state);
2927 u32 next_iwarp_state = 0; local
2956 next_iwarp_state = NES_CQP_QP_IWARP_STATE_IDLE;
2966 next_iwarp_state
2842 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.c3322 u32 next_iwarp_state = NES_CQP_QP_IWARP_STATE_ERROR; local
3331 next_iwarp_state |= NES_CQP_QP_DEL_HTE;
3343 next_iwarp_state |= NES_CQP_QP_RESET;
3345 nes_hw_modify_qp(nesdev, nesqp, next_iwarp_state, 0, 0);
3428 u32 next_iwarp_state = 0; local
3478 next_iwarp_state = NES_CQP_QP_IWARP_STATE_CLOSING;
3481 nes_hw_modify_qp(nesdev, nesqp, next_iwarp_state, 0, 0);
3514 next_iwarp_state = NES_CQP_QP_IWARP_STATE_ERROR | NES_CQP_QP_DEL_HTE;
3515 nes_hw_modify_qp(nesdev, nesqp, next_iwarp_state, 0, 0);

Completed in 53 milliseconds