Lines Matching refs:iif
103 bcs->cs->iif.statcallb(&response); in gigaset_skb_sent()
322 cs->iif.statcallb(&command); in gigaset_i4l_cmd()
332 bcs->cs->iif.statcallb(&command); in gigaset_i4l_channel_cmd()
511 retval = cs->iif.statcallb(&response); in gigaset_isdn_icall()
543 isdn_if *iif = &cs->iif; in gigaset_register_to_LL() local
549 if (snprintf(iif->id, sizeof iif->id, "%s_%u", isdnid, cs->minor_index) in gigaset_register_to_LL()
550 >= sizeof iif->id) in gigaset_register_to_LL()
553 iif->owner = THIS_MODULE; in gigaset_register_to_LL()
554 iif->channels = cs->channels; in gigaset_register_to_LL()
555 iif->maxbufsize = MAX_BUF_SIZE; in gigaset_register_to_LL()
556 iif->features = ISDN_FEATURE_L2_TRANS | in gigaset_register_to_LL()
563 iif->hl_hdrlen = HW_HDR_LEN; /* Area for storing ack */ in gigaset_register_to_LL()
564 iif->command = command_from_LL; in gigaset_register_to_LL()
565 iif->writebuf_skb = writebuf_from_LL; in gigaset_register_to_LL()
566 iif->writecmd = NULL; /* Don't support isdnctrl */ in gigaset_register_to_LL()
567 iif->readstat = NULL; /* Don't support isdnctrl */ in gigaset_register_to_LL()
568 iif->rcvcallb_skb = NULL; /* Will be set by LL */ in gigaset_register_to_LL()
569 iif->statcallb = NULL; /* Will be set by LL */ in gigaset_register_to_LL()
571 if (!register_isdn(iif)) in gigaset_register_to_LL()
574 cs->myid = iif->channels; /* Set my device id */ in gigaset_register_to_LL()