Searched refs:resize_buf (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mlx4/
H A Dcq.c186 cq->resize_buf = NULL;
268 if (cq->resize_buf)
271 cq->resize_buf = kmalloc(sizeof *cq->resize_buf, GFP_ATOMIC);
272 if (!cq->resize_buf)
275 err = mlx4_ib_alloc_cq_buf(dev, &cq->resize_buf->buf, entries);
277 kfree(cq->resize_buf);
278 cq->resize_buf = NULL;
282 cq->resize_buf->cqe = entries - 1;
299 cq->resize_buf
[all...]
H A Dmlx4_ib.h73 struct mlx4_ib_cq_resize *resize_buf; member in struct:mlx4_ib_cq
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c732 cq->resize_buf = NULL;
758 if (cq->resize_buf) {
763 cq->resize_buf = kmalloc(sizeof *cq->resize_buf, GFP_ATOMIC);
764 if (!cq->resize_buf) {
769 cq->resize_buf->state = CQ_RESIZE_ALLOC;
779 ret = mthca_alloc_cq_buf(dev, &cq->resize_buf->buf, entries);
782 kfree(cq->resize_buf);
783 cq->resize_buf = NULL;
788 cq->resize_buf
[all...]
H A Dmthca_cq.c341 cq->ibcq.cqe < cq->resize_buf->cqe) {
348 memcpy(get_cqe_from_buf(&cq->resize_buf->buf,
349 i & cq->resize_buf->cqe),
695 if (unlikely(err == -EAGAIN && cq->resize_buf &&
696 cq->resize_buf->state == CQ_RESIZE_READY)) {
707 if (cqe_sw(get_cqe_from_buf(&cq->resize_buf->buf,
708 cq->cons_index & cq->resize_buf->cqe))) {
714 cq->buf = cq->resize_buf->buf;
715 cq->ibcq.cqe = cq->resize_buf->cqe;
717 cq->resize_buf
[all...]
H A Dmthca_provider.h208 struct mthca_cq_resize *resize_buf; member in struct:mthca_cq
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Drndis_wlan.c1995 resize_buf:
2009 goto resize_buf;

Completed in 119 milliseconds