Home
last modified time | relevance | path

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

/freebsd/sys/dev/irdma/
H A Dirdma_ctrl.c1888 u8 ddp_ctl; in irdma_terminate_received() local
1896 ddp_ctl = (ntohl(mpa[0]) >> 8) & 0xff; in irdma_terminate_received()
1898 if ((ddp_ctl & 0xc0) != 0x40) in irdma_terminate_received()
1900 else if ((ddp_ctl & 0x03) != 1) in irdma_terminate_received()