Searched refs:seg_count (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_dma.c80 if (dma->bufs[i].seg_count) {
82 " seg_count = %d\n",
85 dma->bufs[i].seg_count);
86 for (j = 0; j < dma->bufs[i].seg_count; j++) {
92 dma->bufs[i].seg_count
H A Ddrm_bufs.c521 if (entry->seg_count) {
522 for (i = 0; i < entry->seg_count; i++) {
528 entry->seg_count *
531 entry->seg_count = 0;
712 dma->seg_count += entry->seg_count;
850 entry->seg_count = count;
859 entry->seglist[entry->seg_count++] = dmah;
890 entry->seg_count = count;
940 dma->seg_count
[all...]
H A Ddrm_proc.c384 dma->bufs[i].seg_count,
385 dma->bufs[i].seg_count
387 (dma->bufs[i].seg_count
H A DdrmP.h366 int seg_count; member in struct:drm_buf_entry
429 int seg_count; member in struct:drm_device_dma
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/agp/
H A Dcompat_ioctl.c70 if ((unsigned) ureserve.seg_count >= ~0U/sizeof(struct agp_segment32))
74 kreserve.seg_count = ureserve.seg_count;
78 if (kreserve.seg_count == 0) {
96 if (ureserve.seg_count >= 16384)
99 usegment = kmalloc(sizeof(*usegment) * ureserve.seg_count, GFP_KERNEL);
103 ksegment = kmalloc(sizeof(*ksegment) * kreserve.seg_count, GFP_KERNEL);
110 sizeof(*usegment) * ureserve.seg_count)) {
116 for (seg = 0; seg < ureserve.seg_count; seg++) {
H A Dcompat_ioctl.h65 compat_size_t seg_count; /* number of segments */ member in struct:agp_region32
H A Dfrontend.c170 seg = kzalloc((sizeof(struct agp_segment_priv) * region->seg_count), GFP_KERNEL);
178 for (i = 0; i < region->seg_count; i++) {
192 agp_add_seg_to_client(client, ret_seg, region->seg_count);
822 if ((unsigned) reserve.seg_count >= ~0U/sizeof(struct agp_segment))
827 if (reserve.seg_count == 0) {
843 if (reserve.seg_count >= 16384)
846 segment = kmalloc((sizeof(struct agp_segment) * reserve.seg_count),
853 sizeof(struct agp_segment) * reserve.seg_count)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dagpgart.h87 size_t seg_count; /* number of segments */ member in struct:_agp_region
149 size_t seg_count; /* number of segments */ member in struct:agp_region
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/core/
H A Dmad_rmpp.c564 paylen = mad_send_wr->send_buf.seg_count * IB_MGMT_RMPP_DATA -
568 if (mad_send_wr->seg_num == mad_send_wr->send_buf.seg_count) {
594 if ((mad_send_wr->last_ack == mad_send_wr->send_buf.seg_count) ||
663 if ((mad_send_wr->last_ack == mad_send_wr->send_buf.seg_count) &&
670 if ((mad_send_wr->last_ack == mad_send_wr->send_buf.seg_count) ||
674 if (seg_num > mad_send_wr->send_buf.seg_count ||
690 if (mad_send_wr->last_ack == mad_send_wr->send_buf.seg_count) {
712 mad_send_wr->seg_num < mad_send_wr->send_buf.seg_count) {
905 if (mad_send_wr->last_ack == mad_send_wr->send_buf.seg_count) {
912 mad_send_wr->seg_num == mad_send_wr->send_buf.seg_count)
[all...]
H A Dmad.c828 seg->num = ++send_buf->seg_count;
962 if (mad_send_wr->send_buf.seg_count)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/rdma/
H A Dib_mad.h225 * @seg_count: The number of RMPP segments allocated for this send.
242 int seg_count; member in struct:ib_mad_send_buf
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dqla3xxx.c2063 if(tx_cb->seg_count == 0) {
2064 printk(KERN_ERR "tx_cb->seg_count == 0: %d\n", mac_rsp->transaction_id);
2075 tx_cb->seg_count--;
2076 if (tx_cb->seg_count) {
2077 for (i = 1; i < tx_cb->seg_count; i++) {
2487 seg_cnt = tx_cb->seg_count;
2638 if((tx_cb->seg_count = ql_get_seg_count(qdev,
3863 for(j=1;j<tx_cb->seg_count;j++) {
H A Dqla3xxx.h1138 int seg_count; member in struct:ql_tx_buf_cb

Completed in 267 milliseconds