Searched refs:SRP_SQ_SIZE (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/ulp/srp/
H A Dib_srp.h62 SRP_SQ_SIZE = SRP_RQ_SIZE - 1, enumerator in enum:__anon15554
147 struct srp_iu *tx_ring[SRP_SQ_SIZE + 1];
151 struct srp_request req_ring[SRP_SQ_SIZE];
H A Dib_srp.c239 srp_send_completion, NULL, target, SRP_SQ_SIZE, 0);
248 init_attr->cap.max_send_wr = SRP_SQ_SIZE;
294 for (i = 0; i < SRP_SQ_SIZE + 1; ++i)
994 if (target->tx_head - target->tx_tail >= SRP_SQ_SIZE)
1002 return target->tx_ring[target->tx_head & SRP_SQ_SIZE];
1021 wr.wr_id = target->tx_head & SRP_SQ_SIZE;
1122 for (i = 0; i < SRP_SQ_SIZE + 1; ++i) {
1138 for (i = 0; i < SRP_SQ_SIZE + 1; ++i) {
1627 .can_queue = SRP_SQ_SIZE,
1629 .cmd_per_lun = SRP_SQ_SIZE,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/ulp/srp/
H A Dib_srp.h62 SRP_SQ_SIZE = SRP_RQ_SIZE - 1, enumerator in enum:__anon27247
147 struct srp_iu *tx_ring[SRP_SQ_SIZE + 1];
151 struct srp_request req_ring[SRP_SQ_SIZE];
H A Dib_srp.c239 srp_send_completion, NULL, target, SRP_SQ_SIZE, 0);
248 init_attr->cap.max_send_wr = SRP_SQ_SIZE;
294 for (i = 0; i < SRP_SQ_SIZE + 1; ++i)
994 if (target->tx_head - target->tx_tail >= SRP_SQ_SIZE)
1002 return target->tx_ring[target->tx_head & SRP_SQ_SIZE];
1021 wr.wr_id = target->tx_head & SRP_SQ_SIZE;
1122 for (i = 0; i < SRP_SQ_SIZE + 1; ++i) {
1138 for (i = 0; i < SRP_SQ_SIZE + 1; ++i) {
1627 .can_queue = SRP_SQ_SIZE,
1629 .cmd_per_lun = SRP_SQ_SIZE,
[all...]

Completed in 169 milliseconds