Searched refs:recv_ctrl (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/misc/ |
D | hpilo.h | 100 u64 recv_ctrl; member
|
D | hpilo.c | 200 ccb->recv_ctrl = ctrl_set(l2desc_sz, nr_desc-1, nr_desc-1); in ctrl_setup() 236 iowrite32(ioread32(&device_ccb->recv_ctrl) & ~(1 << CTRL_BITPOS_G), in ilo_ccb_close() 237 &device_ccb->recv_ctrl); in ilo_ccb_close() 245 !(ioread32(&device_ccb->recv_ctrl) & (1 << CTRL_BITPOS_A))) in ilo_ccb_close()
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_gmac.c | 199 u32 recv_ctrl; in hns_gmac_port_mode_get() local 206 recv_ctrl = dsaf_read_dev(drv, GMAC_RECV_CONTROL_REG); in hns_gmac_port_mode_get() 221 dsaf_get_bit(recv_ctrl, GMAC_RECV_CTRL_RUNT_PKT_EN_B); in hns_gmac_port_mode_get() 223 dsaf_get_bit(recv_ctrl, GMAC_RECV_CTRL_STRIP_PAD_EN_B); in hns_gmac_port_mode_get()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_common.h | 466 __u32 recv_ctrl; member
|
D | qib_file_ops.c | 2098 copy = sizeof(cmd.cmd.recv_ctrl); in qib_write() 2099 dest = &cmd.cmd.recv_ctrl; in qib_write() 2100 src = &ucmd->cmd.recv_ctrl; in qib_write() 2199 ret = qib_manage_rcvq(rcd, subctxt_fp(fp), cmd.cmd.recv_ctrl); in qib_write()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_common.h | 505 __u32 recv_ctrl; member
|
D | ipath_file_ops.c | 2269 copy = sizeof(cmd.cmd.recv_ctrl); in ipath_write() 2270 dest = &cmd.cmd.recv_ctrl; in ipath_write() 2271 src = &ucmd->cmd.recv_ctrl; in ipath_write() 2367 ret = ipath_manage_rcvq(pd, subport_fp(fp), cmd.cmd.recv_ctrl); in ipath_write()
|