Home
last modified time | relevance | path

Searched refs:sx_size (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dstrip.c245 int sx_size; /* Serial buffer size */ member
933 int sx_size = MAX(STRIP_ENCAP_SIZE(MAX_RECV_MTU), 4096); in allocate_buffers() local
936 __u8 *s = kmalloc(sx_size, GFP_ATOMIC); in allocate_buffers()
943 strip_info->sx_size = sx_size; in allocate_buffers()
997 if (strip_info->sx_count <= strip_info->sx_size) in strip_changedmtu()
2377 if (strip_info->sx_count > strip_info->sx_size) in strip_receive_buf()
2393 if (strip_info->sx_count < strip_info->sx_size) in strip_receive_buf()