Home
last modified time | relevance | path

Searched refs:ddp_ctl (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/infiniband/hw/irdma/
H A Dctrl.c2199 u8 ddp_ctl; in irdma_terminate_received() local
2207 ddp_ctl = (ntohl(mpa[0]) >> 8) & 0xff; in irdma_terminate_received()
2209 if ((ddp_ctl & 0xc0) != 0x40) in irdma_terminate_received()
2211 else if ((ddp_ctl & 0x03) != 1) in irdma_terminate_received()