Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H A Di40iw_ctrl.c4695 u8 ddp_ctl; in i40iw_terminate_received() local
4703 ddp_ctl = (ntohl(mpa[0]) >> 8) & 0xff; in i40iw_terminate_received()
4705 if ((ddp_ctl & 0xc0) != 0x40) in i40iw_terminate_received()
4707 else if ((ddp_ctl & 0x03) != 1) in i40iw_terminate_received()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dctrl.c1795 u8 ddp_ctl; in irdma_terminate_received() local
1803 ddp_ctl = (ntohl(mpa[0]) >> 8) & 0xff; in irdma_terminate_received()
1805 if ((ddp_ctl & 0xc0) != 0x40) in irdma_terminate_received()
1807 else if ((ddp_ctl & 0x03) != 1) in irdma_terminate_received()

Completed in 12 milliseconds