Searched refs:p_ch (Results 1 – 1 of 1) sorted by relevance
194 static void claw_write_retry ( struct chbk * p_ch );195 static void claw_write_next ( struct chbk * p_ch );196 static void claw_timer ( struct chbk * p_ch );202 static void ccw_check_unit_check (struct chbk * p_ch, unsigned char sense );391 struct chbk *p_ch; in claw_tx() local394 p_ch = &privptr->channel[WRITE_CHANNEL]; in claw_tx()395 spin_lock_irqsave(get_ccwdev_lock(p_ch->cdev), saveflags); in claw_tx()397 spin_unlock_irqrestore(get_ccwdev_lock(p_ch->cdev), saveflags); in claw_tx()415 struct chbk *p_ch = &privptr->channel[WRITE_CHANNEL]; in claw_pack_skb() local422 if (!skb_queue_empty(&p_ch->collect_queue)) { in claw_pack_skb()[all …]