Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/ac97/
Dac97_pcm.c574 int i, cidx, r, ok_flag; in snd_ac97_pcm_open() local
593 ok_flag = 0; in snd_ac97_pcm_open()
602 ok_flag++; in snd_ac97_pcm_open()
605 if (!ok_flag) { in snd_ac97_pcm_open()
/Linux-v4.19/drivers/net/ethernet/hp/
Dhp100.c1488 int i, ok_flag; in hp100_start_xmit_bm() local
1559 ok_flag = skb->len >= HP100_MIN_PACKET_SIZE; in hp100_start_xmit_bm()
1560 i = ok_flag ? skb->len : HP100_MIN_PACKET_SIZE; in hp100_start_xmit_bm()
1639 int i, ok_flag; in hp100_start_xmit() local
1719 ok_flag = skb->len >= HP100_MIN_PACKET_SIZE; in hp100_start_xmit()
1720 i = ok_flag ? skb->len : HP100_MIN_PACKET_SIZE; in hp100_start_xmit()
1728 if (!ok_flag) in hp100_start_xmit()
1733 if (!ok_flag) in hp100_start_xmit()