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

/drivers/char/pcmcia/
H A Dsynclink_cs.c364 static void rx_stop(MGSLPC_INFO *info);
1346 rx_stop(info);
1373 rx_stop(info);
1946 rx_stop(info);
3287 rx_stop(info);
3290 static void rx_stop(MGSLPC_INFO *info) function
3293 printk("%s(%d):rx_stop(%s)\n",
/drivers/tty/
H A Dsynclink_gt.c457 static void rx_stop(struct slgt_info *info);
2134 rx_stop(info);
2486 rx_stop(info);
2511 rx_stop(info);
2732 rx_stop(info); /* restart receiver to use new fill level */
2751 rx_stop(info);
3979 static void rx_stop(struct slgt_info *info) function
4115 rx_stop(info);
4138 rx_stop(info);
4279 rx_stop(inf
[all...]
H A Dsynclinkmp.c576 static void rx_stop(SLMP_INFO *info);
2728 rx_stop(info);
3022 rx_stop(info);
4122 static void rx_stop(SLMP_INFO *info) function
4125 printk("%s(%d):%s rx_stop()\n",
4351 rx_stop(info);
4388 rx_stop(info);
4713 rx_stop(info);
/drivers/net/ethernet/micrel/
H A Dksz884x.c1264 * @rx_stop: Indication of receive process stop.
1306 u8 rx_stop; member in struct:ksz_hw
3909 hw->rx_stop++;
3912 if (0 == hw->rx_stop)
3913 hw->rx_stop = 2;
3924 hw->rx_stop = 0;
5230 if (0 == hw->rx_stop)
5232 else if (hw->rx_stop > 1) {
5237 hw->rx_stop = 0;
5241 hw->rx_stop
[all...]

Completed in 190 milliseconds