Searched refs:c2_state (Results 1 - 1 of 1) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_qp.c80 static int to_ib_state(enum c2_qp_state c2_state) argument
82 switch (c2_state) {
119 void c2_set_qp_state(struct c2_qp *qp, int c2_state) argument
121 int new_state = to_ib_state(c2_state);

Completed in 127 milliseconds