Searched refs:sdma_state (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_sdma.c193 struct qib_sdma_state *ss = &ppd->sdma_state;
204 struct qib_sdma_state *ss = &ppd->sdma_state;
218 struct qib_sdma_state *ss = &ppd->sdma_state;
445 kref_init(&ppd->sdma_state.kref);
446 init_completion(&ppd->sdma_state.comp);
481 sdma_finalput(&ppd->sdma_state);
717 if (ppd->sdma_state.current_state == qib_sdma_state_s99_running)
726 struct qib_sdma_state *ss = &ppd->sdma_state;
744 sdma_get(&ppd->sdma_state);
H A Dqib_tx.c120 if (i >= ppd->sdma_state.first_sendbuf &&
121 i < ppd->sdma_state.last_sendbuf)
H A Dqib.h534 struct qib_sdma_state sdma_state; member in struct:qib_pportdata
1251 return ppd->sdma_state.current_state == qib_sdma_state_s99_running;
H A Dqib_iba7220.c924 switch (ppd->sdma_state.current_state) {
1810 switch (ppd->sdma_state.current_state) {
3358 if (ppd->sdma_state.current_state == qib_sdma_state_s20_idle &&
3359 ppd->sdma_state.current_state != qib_sdma_state_s00_hw_down) {
3727 if (ppd->sdma_state.current_state !=
4252 ppd->sdma_state.set_state_action = sdma_7220_action_table;
4286 ppd->sdma_state.first_sendbuf = i;
4287 ppd->sdma_state.last_sendbuf = n;
H A Dqib_iba7322.c1466 ppd->sdma_state.current_op | QIB_SDMA_SENDCTRL_OP_CLEANUP);
1494 switch (ppd->sdma_state.current_state) {
6298 ppd->sdma_state.set_state_action = sdma_7322_action_table;
6324 ppd->sdma_state.first_sendbuf = erstbuf;
6325 ppd->sdma_state.last_sendbuf = lastbuf;

Completed in 76 milliseconds