Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/message/i2o/
Di2o_lan.c252 u8 trl_count = msg[3] & 0x000000FF; in i2o_lan_send_post_reply() local
267 while (trl_count) { in i2o_lan_send_post_reply()
268 dev_kfree_skb_irq((struct sk_buff *)msg[4 + trl_count]); in i2o_lan_send_post_reply()
270 dev->name, trl_count); in i2o_lan_send_post_reply()
272 trl_count--; in i2o_lan_send_post_reply()
294 u8 trl_count = msg[3] & 0x000000FF; in i2o_lan_receive_post_reply() local
312 while (trl_count--) { in i2o_lan_receive_post_reply()
458 u8 trl_count = (u8)(msg[3] & 0x000000FF); in i2o_lan_release_buckets() local
461 while (trl_count--) { in i2o_lan_release_buckets()
463 dev->name, (struct sk_buff*)(*pskb),trl_count+1); in i2o_lan_release_buckets()