Searched refs:iwarp_state (Results 1 - 3 of 3) 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.h148 u32 iwarp_state; member in struct:nes_qp
H A Dnes_verbs.c2936 " iwarp_state=0x%X, refcount=%d\n",
2938 nesqp->iwarp_state, atomic_read(&nesqp->refcount));
2952 if (nesqp->iwarp_state > (u32)NES_CQP_QP_IWARP_STATE_IDLE) {
2962 if (nesqp->iwarp_state>(u32)NES_CQP_QP_IWARP_STATE_IDLE) {
2972 if (nesqp->iwarp_state>(u32)NES_CQP_QP_IWARP_STATE_RTS) {
2983 if (nesqp->iwarp_state != NES_CQP_QP_IWARP_STATE_RTS)
2995 if (nesqp->iwarp_state == (u32)NES_CQP_QP_IWARP_STATE_CLOSING) {
2999 if (nesqp->iwarp_state > (u32)NES_CQP_QP_IWARP_STATE_CLOSING) {
3031 if (nesqp->iwarp_state>=(u32)NES_CQP_QP_IWARP_STATE_TERMINATE) {
3042 if (nesqp->iwarp_state
[all...]
H A Dnes_hw.c3249 u8 iwarp_state; local
3260 iwarp_state = (aeq_info & NES_AEQE_IWARP_STATE_MASK) >> NES_AEQE_IWARP_STATE_SHIFT;
3272 nesqp->hw_iwarp_state = iwarp_state;
3300 u8 iwarp_state; local
3305 iwarp_state = (aeq_info & NES_AEQE_IWARP_STATE_MASK) >> NES_AEQE_IWARP_STATE_SHIFT;
3309 nesqp->hw_iwarp_state = iwarp_state;
3432 u8 iwarp_state; local
3450 iwarp_state = (aeq_info & NES_AEQE_IWARP_STATE_MASK) >> NES_AEQE_IWARP_STATE_SHIFT;
3455 nes_tcp_state_str[tcp_state], nes_iwarp_state_str[iwarp_state]);
3475 nesqp->hw_iwarp_state = iwarp_state;
[all...]

Completed in 46 milliseconds