Searched refs:ddp_ctl (Results 1 – 2 of 2) sorted by relevance
3431 u8 ddp_ctl; in nes_terminate_received() local3441 ddp_ctl = (be32_to_cpu(mpa[0]) >> 8) & 0xff; in nes_terminate_received()3443 if ((ddp_ctl & 0xc0) != 0x40) in nes_terminate_received()3445 else if ((ddp_ctl & 0x03) != 1) in nes_terminate_received()
4594 u8 ddp_ctl; in i40iw_terminate_received() local4602 ddp_ctl = (ntohl(mpa[0]) >> 8) & 0xff; in i40iw_terminate_received()4604 if ((ddp_ctl & 0xc0) != 0x40) in i40iw_terminate_received()4606 else if ((ddp_ctl & 0x03) != 1) in i40iw_terminate_received()