Searched refs:SRP_SQ_SIZE (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/ulp/srp/
H A Dib_srp.h62 SRP_SQ_SIZE = SRP_RQ_SIZE - 1, enumerator in enum:__anon11704
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 115 milliseconds