Searched refs:apsn (Results 1 – 1 of 1) sorted by relevance
67 __be32 apsn; member245 return 0 != (cpu_to_be32(BTH_ACK_MASK) & bth->apsn); in __bth_ack()253 bth->apsn |= cpu_to_be32(BTH_ACK_MASK); in __bth_set_ack()255 bth->apsn &= ~cpu_to_be32(BTH_ACK_MASK); in __bth_set_ack()262 bth->apsn &= ~cpu_to_be32(BTH_RESV7_MASK); in __bth_set_resv7()269 return BTH_PSN_MASK & be32_to_cpu(bth->apsn); in __bth_psn()275 u32 apsn = be32_to_cpu(bth->apsn); in __bth_set_psn() local277 bth->apsn = cpu_to_be32((BTH_PSN_MASK & psn) | in __bth_set_psn()278 (~BTH_PSN_MASK & apsn)); in __bth_set_psn()423 bth->apsn = cpu_to_be32(psn); in bth_init()