Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/irda/
Dtoshoboe.h128 #define OBOE_TASK_BUF_LEN (sizeof(struct OboeTaskFile) << 1) macro
/linux-2.4.37.9/drivers/net/irda/
Dtoshoboe.c780 self->taskfilebuf = kmalloc (OBOE_TASK_BUF_LEN, GFP_KERNEL); in toshoboe_probe()
789 memset (self->taskfilebuf, 0, OBOE_TASK_BUF_LEN); in toshoboe_probe()