Searched refs:dsize (Results 1 – 5 of 5) sorted by relevance
352 int dsize; in llc_pdu_init_as_test_rsp() local354 dsize = ntohs(eth_hdr(ev_skb)->h_proto) - 3; in llc_pdu_init_as_test_rsp()355 memcpy(((u8 *)pdu) + 3, ((u8 *)ev_pdu) + 3, dsize); in llc_pdu_init_as_test_rsp()356 skb_put(skb, dsize); in llc_pdu_init_as_test_rsp()
189 u32 read_loc, write_loc, dsize, read; in hv_get_bytes_to_read() local191 dsize = rbi->ring_datasize; in hv_get_bytes_to_read()196 (dsize - read_loc) + write_loc; in hv_get_bytes_to_read()203 u32 read_loc, write_loc, dsize, write; in hv_get_bytes_to_write() local205 dsize = rbi->ring_datasize; in hv_get_bytes_to_write()209 write = write_loc >= read_loc ? dsize - (write_loc - read_loc) : in hv_get_bytes_to_write()
138 char dsize[4]; /* initialized data " " */ member
152 jint32_t dsize; /* Size of the node's data. (after decompression) */ member
280 size_t dsize; member