Searched refs:header_size (Results 1 – 13 of 13) sorted by relevance
/linux-2.4.37.9/drivers/ieee1394/ |
D | ieee1394_transactions.c | 36 packet->header_size = 12; in fill_async_readquad() 45 packet->header_size = 16; in fill_async_readblock() 54 packet->header_size = 16; in fill_async_writequad() 63 packet->header_size = 16; in fill_async_writeblock() 73 packet->header_size = 16; in fill_async_lock() 84 packet->header_size = 4; in fill_iso_packet() 94 packet->header_size = 8; in fill_phy_packet() 107 packet->header_size = 4; in fill_async_stream_packet()
|
D | ieee1394_core.c | 472 packet->header_size = 8; in hpsb_send_phy_config() 529 size_t size=packet->data_size+packet->header_size; in hpsb_send_packet() 531 data = kmalloc(packet->header_size + packet->data_size, GFP_ATOMIC); in hpsb_send_packet() 537 memcpy(data, packet->header, packet->header_size); in hpsb_send_packet() 542 … memcpy(((u8*)data)+packet->header_size, packet->data, packet->data_size); in hpsb_send_packet() 553 packet->header_size); in hpsb_send_packet() 572 packet->header_size); in hpsb_send_packet() 576 packet->header_size); in hpsb_send_packet() 580 packet->header_size); in hpsb_send_packet() 716 packet->header_size = 16; in fill_async_readquad_resp() [all …]
|
D | ieee1394_core.h | 61 size_t header_size; member
|
D | nodemgr.c | 1047 unsigned header_size; in read_businfo_block() local 1080 header_size = buffer[0] >> 24; in read_businfo_block() 1083 if (header_size == 1) { in read_businfo_block() 1090 if (header_size < 4) { in read_businfo_block() 1093 NODE_BUS_ARGS(host, nodeid), header_size); in read_businfo_block()
|
D | pcilynx.c | 488 packet->header_size, PCI_DMA_TODEVICE); in send_next() 501 pcl.buffer[0].control = packet->speed_code << 14 | packet->header_size; in send_next() 503 pcl.buffer[0].control = packet->speed_code << 14 | packet->header_size in send_next() 774 packet->header_size, PCI_DMA_TODEVICE); in lynx_devctl() 1316 packet->header_size, PCI_DMA_TODEVICE); in lynx_irq_handler() 1362 packet->header_size, PCI_DMA_TODEVICE); in lynx_irq_handler()
|
D | eth1394.c | 1282 p->header_size = 16; in ether1394_prep_write_packet() 1304 p->header_size = 4; in ether1394_prep_gasp_packet()
|
D | ohci1394.c | 728 (packet->header_size + 4)); in insert_packet() 735 packet->header_size); in insert_packet()
|
D | raw1394.c | 877 packet->header_size=header_length; in handle_async_send()
|
/linux-2.4.37.9/drivers/isdn/eicon/ |
D | dsp_defs.h | 80 word header_size; member 102 word header_size; member
|
/linux-2.4.37.9/fs/partitions/ |
D | efi.h | 72 u32 header_size; member
|
D | efi.c | 359 crc = efi_crc32((const unsigned char *) (*gpt), le32_to_cpu((*gpt)->header_size)); in is_gpt_valid()
|
/linux-2.4.37.9/fs/isofs/ |
D | compress.c | 75 unsigned int header_size = inode->u.isofs_i.i_format_parm[0]; in zisofs_readpage() local 113 blockptr = (header_size + blockindex) << 2; in zisofs_readpage()
|
/linux-2.4.37.9/net/irda/ |
D | irttp.c | 53 __u8 header_size, struct sk_buff *skb); 56 __u8 header_size, struct sk_buff *skb);
|