Home
last modified time | relevance | path

Searched refs:buffer_length (Results 1 – 25 of 33) sorted by relevance

12

/linux-2.4.37.9/drivers/acpi/executer/
Dexfldio.c653 u32 buffer_length, in acpi_ex_get_buffer_datum() argument
665 index = ACPI_BUFFER_INDEX (buffer_length, buffer_offset, byte_granularity); in acpi_ex_get_buffer_datum()
721 u32 buffer_length, in acpi_ex_set_buffer_datum() argument
733 index = ACPI_BUFFER_INDEX (buffer_length, buffer_offset, byte_granularity); in acpi_ex_set_buffer_datum()
784 u32 buffer_length) in acpi_ex_extract_from_field() argument
804 if (byte_field_length > buffer_length) { in acpi_ex_extract_from_field()
807 byte_field_length, buffer_length)); in acpi_ex_extract_from_field()
838 ACPI_MEMSET (buffer, 0, buffer_length); in acpi_ex_extract_from_field()
868 acpi_ex_set_buffer_datum (merged_datum, buffer, buffer_length, in acpi_ex_extract_from_field()
893 acpi_ex_set_buffer_datum (this_raw_datum, buffer, buffer_length, in acpi_ex_extract_from_field()
[all …]
/linux-2.4.37.9/drivers/net/wan/
Dwanpipe_multppp.c397 mb1->buffer_length = 0; in wsppp_init()
1111 mb->buffer_length = 0; in chdlc_read_version()
1119 len = mb->buffer_length; in chdlc_read_version()
1135 mailbox->buffer_length = data_length; in chdlc_configure()
1161 mb->buffer_length = sizeof(CHDLC_INT_TRIGGERS_STRUCT); in chdlc_set_intr_mode()
1179 mb->buffer_length = 0; in chdlc_comm_enable()
1198 mb->buffer_length = 0; in chdlc_comm_disable()
1215 mb->buffer_length = 0; in chdlc_read_comm_err_stats()
1232 mb->buffer_length = 0; in chdlc_read_op_stats()
1680 mbox->buffer_length = 0; in process_global_exception()
[all …]
Dsdla_ft1.c226 mb1->buffer_length = 0; in wpft1_init()
261 len = mbox->buffer_length; in wpft1_exec()
279 len = mbox->buffer_length; in wpft1_exec()
293 len = mbox->buffer_length; in wpft1_exec()
307 len = mbox->buffer_length; in wpft1_exec()
328 mb->buffer_length = 0; in chdlc_read_version()
336 len = mb->buffer_length; in chdlc_read_version()
Dsdla_chdlc.c524 mb1->buffer_length = 0; in wpc_init()
1598 mb->buffer_length = 0; in chdlc_read_version()
1606 len = mb->buffer_length; in chdlc_read_version()
1622 mailbox->buffer_length = data_length; in chdlc_configure()
1648 mb->buffer_length = sizeof(CHDLC_INT_TRIGGERS_STRUCT); in chdlc_set_intr_mode()
1677 mb->buffer_length = sizeof(CHDLC_INT_TRIGGERS_STRUCT); in chdlc_disable_comm_shutdown()
1689 mb->buffer_length = 0; in chdlc_disable_comm_shutdown()
1706 mb->buffer_length = 0; in chdlc_comm_enable()
1725 mb->buffer_length = 0; in chdlc_read_comm_err_stats()
1742 mb->buffer_length = 0; in chdlc_read_op_stats()
[all …]
Dsdla_ppp.c2537 unsigned short data_length, buffer_length, real_len; in process_udp_mgmt_pkt() local
2668 buffer_length = 0; in process_udp_mgmt_pkt()
2678 &ppp_udp_pkt->data[buffer_length]; in process_udp_mgmt_pkt()
2699 if ((available_buffer_space - buffer_length) in process_udp_mgmt_pkt()
2719 if ((available_buffer_space - buffer_length)< in process_udp_mgmt_pkt()
2753 buffer_length += real_len - 1; in process_udp_mgmt_pkt()
2757 buffer_length += 8; in process_udp_mgmt_pkt()
2759 if( buffer_length & 0x0001 ) in process_udp_mgmt_pkt()
2760 buffer_length += 1; in process_udp_mgmt_pkt()
2768 mbox->cmd.length = buffer_length; in process_udp_mgmt_pkt()
[all …]
Dsdla_fr.c3768 unsigned short buffer_length; local
3934 buffer_length = 0;
3945 if((card->u.f.trc_bfr_space - buffer_length)
3952 (fpipemon_trc_t *)&fr_udp_pkt->data[buffer_length];
3965 (card->u.f.trc_bfr_space - buffer_length)){
3985 buffer_length += sizeof(fpipemon_trc_hdr_t);
3987 buffer_length += trc_el.length;
4006 fr_udp_pkt->cblock.length = mbox->cmd.length = buffer_length;
/linux-2.4.37.9/drivers/ieee1394/
Draw1394.h104 __u16 buffer_length; member
110 __u16 buffer_length; member
Draw1394.c1013 arm_resp->buffer_length = (rcode == RCODE_COMPLETE) ? length : 0; in arm_read()
1015 arm_req->buffer_length = 0; in arm_read()
1140 arm_req->buffer_length = length; in arm_write()
1148 arm_resp->buffer_length = 0; in arm_write()
1307 arm_req->buffer_length = sizeof(*store); in arm_lock()
1311 arm_req->buffer_length = 2 * sizeof(*store); in arm_lock()
1317 arm_resp->buffer_length = sizeof(*store); in arm_lock()
1321 arm_resp->buffer_length = 0; in arm_lock()
1514 arm_req->buffer_length = sizeof(*store); in arm_lock64()
1518 arm_req->buffer_length = 2 * sizeof(*store); in arm_lock64()
[all …]
Dnodemgr.c1044 quadlet_t *buffer, int buffer_length) in read_businfo_block() argument
1097 for (i = 1; i < buffer_length; i++, addr += 4) { in read_businfo_block()
/linux-2.4.37.9/drivers/usb/
Ddevio.c825 if (uurb.buffer_length < 8 || uurb.buffer_length > PAGE_SIZE) in proc_submiturb()
833 if (uurb.buffer_length < (le16_to_cpup(&dr->wLength) + 8)) { in proc_submiturb()
843 uurb.buffer_length = le16_to_cpup(&dr->wLength); in proc_submiturb()
845 …_ok((uurb.endpoint & USB_DIR_IN) ? VERIFY_WRITE : VERIFY_READ, uurb.buffer, uurb.buffer_length)) { in proc_submiturb()
853 if (uurb.buffer_length > 16384) in proc_submiturb()
855 …ess_ok((uurb.endpoint & USB_DIR_IN) ? VERIFY_WRITE : VERIFY_READ, uurb.buffer, uurb.buffer_length)) in proc_submiturb()
881 uurb.buffer_length = totlen; in proc_submiturb()
886 if (uurb.buffer_length > 16384) in proc_submiturb()
888 …ess_ok((uurb.endpoint & USB_DIR_IN) ? VERIFY_WRITE : VERIFY_READ, uurb.buffer, uurb.buffer_length)) in proc_submiturb()
902 if (!(as->urb.transfer_buffer = kmalloc(uurb.buffer_length, GFP_KERNEL))) { in proc_submiturb()
[all …]
/linux-2.4.37.9/include/acpi/
Dacinterp.h124 u32 buffer_length);
130 u32 buffer_length);
167 u32 buffer_length,
175 u32 buffer_length,
Damlresrc.h93 u32 buffer_length; member
Dacdispat.h341 u32 buffer_length,
/linux-2.4.37.9/drivers/net/sk98lin/
Dskproc.c54 int buffer_length, in sk_proc_read() argument
69 if (buffer_length >= len - offset) { in sk_proc_read()
72 return (min_t(int, buffer_length, len - offset)); in sk_proc_read()
/linux-2.4.37.9/drivers/acpi/dispatcher/
Ddsobject.c143 u32 buffer_length, in acpi_ds_build_internal_buffer_obj() argument
198 obj_desc->buffer.length = buffer_length; in acpi_ds_build_internal_buffer_obj()
199 if (byte_list_length > buffer_length) { in acpi_ds_build_internal_buffer_obj()
/linux-2.4.37.9/include/linux/
Dsdla_chdlc.h66 unsigned short buffer_length PACKED; /* the data length */
655 unsigned short buffer_length PACKED; /* the data length */
692 unsigned short buffer_length PACKED; /* the data length */
Dusb.h654 int buffer_length, in usb_fill_control_urb() argument
663 urb->transfer_buffer_length = buffer_length; in usb_fill_control_urb()
685 int buffer_length, in usb_fill_bulk_urb() argument
694 urb->transfer_buffer_length = buffer_length; in usb_fill_bulk_urb()
717 int buffer_length, in usb_fill_int_urb() argument
726 urb->transfer_buffer_length = buffer_length; in usb_fill_int_urb()
Dusbdevice_fs.h102 int buffer_length; member
Dfd.h347 int buffer_length; /* length of allocated buffer */ member
/linux-2.4.37.9/drivers/net/tokenring/
D3c359.h242 u32 buffer_length ; member
Dolympic.h243 u16 buffer_length ; member
Dlanstreamer.h281 __u16 buffer_length; member
D3c359.c172 txd->framestartheader, txd->dnnextptr, txd->buffer, txd->buffer_length ) ; in print_tx_state()
694 xl_priv->xl_tx_ring[0].buffer_length = 0 ; in xl_open()
1180 txd->buffer_length = skb->len | TXDNFRAGLAST ; in xl_xmit()
1237 txd->buffer_length = 0 ; in xl_dn_comp()
Dsmctr.h812 __u16 buffer_length; /* 12 */ member
/linux-2.4.37.9/drivers/block/
Dfloppy.c3180 if ((ptr->flags & FD_RAW_READ) && ptr->buffer_length){ in raw_cmd_copyout()
3181 if (ptr->length>=0 && ptr->length<=ptr->buffer_length) in raw_cmd_copyout()
3184 ptr->buffer_length - in raw_cmd_copyout()
3200 if (this->buffer_length) { in raw_cmd_free()
3202 this->buffer_length); in raw_cmd_free()
3203 this->buffer_length = 0; in raw_cmd_free()
3228 ptr->buffer_length = 0; in raw_cmd_copyin()
3254 ptr->buffer_length = ptr->length; in raw_cmd_copyin()

12