Lines Matching refs:PF
286 #define PF 0x10
535 * @control: control including PF bit
551 switch (control & ~PF) {
589 if (control & PF)
635 * @control: control byte including PF bit
686 * @control: control byte including PF bit
700 * @control: control byte including PF bit
755 switch (msg->ctrl & ~PF) {
761 switch (cmd & ~PF) {
862 if (msg->ctrl == UI || msg->ctrl == (UI|PF))
1619 gsm_command(dlci->gsm, dlci->addr, SABM|PF);
1621 } else if (!dlci->addr && gsm->control == (DM | PF)) {
1635 gsm_command(dlci->gsm, dlci->addr, DISC|PF);
1663 gsm_command(dlci->gsm, dlci->addr, SABM|PF);
1704 gsm_command(dlci->gsm, dlci->addr, DISC|PF);
1920 if ((gsm->control & ~PF) == UI)
1947 case SABM|PF:
1961 case DISC|PF:
1972 case UA|PF:
1989 case DM|PF:
1997 case UI|PF:
1999 case UIH|PF:
2005 gsm_response(gsm, address, DM|PF);