Searched refs:apsn (Results 1 – 1 of 1) sorted by relevance
66 __be32 apsn; member244 return 0 != (cpu_to_be32(BTH_ACK_MASK) & bth->apsn); in __bth_ack()252 bth->apsn |= cpu_to_be32(BTH_ACK_MASK); in __bth_set_ack()254 bth->apsn &= ~cpu_to_be32(BTH_ACK_MASK); in __bth_set_ack()261 bth->apsn &= ~cpu_to_be32(BTH_RESV7_MASK); in __bth_set_resv7()268 return BTH_PSN_MASK & be32_to_cpu(bth->apsn); in __bth_psn()274 u32 apsn = be32_to_cpu(bth->apsn); in __bth_set_psn() local276 bth->apsn = cpu_to_be32((BTH_PSN_MASK & psn) | in __bth_set_psn()277 (~BTH_PSN_MASK & apsn)); in __bth_set_psn()422 bth->apsn = cpu_to_be32(psn); in bth_init()