Searched defs:aword_cnt (Results 1 - 1 of 1) sorted by relevance

/drivers/net/tokenring/
H A Dsmctr.c151 static int smctr_issue_read_word_cmd(struct net_device *dev, __u16 aword_cnt);
163 short aword_cnt, void *byte);
165 short aword_cnt, void *word);
2727 static int smctr_issue_read_word_cmd(struct net_device *dev, __u16 aword_cnt) argument
2738 aword_cnt);
2888 short aword_cnt, void *byte)
2900 for(iword = 0, ibyte = 0; iword < (unsigned int)(aword_cnt & 0xff);
2908 aword_cnt);
2912 short aword_cnt, void *word)
2923 for(i = 0; i < (unsigned int)(aword_cnt
2887 smctr_issue_write_byte_cmd(struct net_device *dev, short aword_cnt, void *byte) argument
2911 smctr_issue_write_word_cmd(struct net_device *dev, short aword_cnt, void *word) argument
[all...]

Completed in 16 milliseconds