Searched refs:optype (Results 1 – 8 of 8) sorted by relevance
/drivers/staging/rdma/ehca/ |
D | ehca_reqs.c | 186 wqe_p->optype = WQE_OPTYPE_SEND; in ehca_write_swqe() 190 wqe_p->optype = WQE_OPTYPE_RDMAWRITE; in ehca_write_swqe() 193 wqe_p->optype = WQE_OPTYPE_RDMAREAD; in ehca_write_swqe() 759 wc->opcode = ib_wc_opcode[cqe->optype]-1; in ehca_poll_cq_one() 763 cqe->optype, cqe->status, my_cq, my_cq->cq_number); in ehca_poll_cq_one() 833 switch (wqe->optype) { in generate_flush_cqes() 845 wqe->optype); in generate_flush_cqes()
|
D | ehca_qes.h | 139 u8 optype; member 220 u8 optype; member
|
D | ehca_qp.c | 1106 while (wqe->optype != 0xff && wqe->wqef != 0xff) { in prepare_sqe_rts() 1402 wqe->optype = wqe->wqef = 0xff; in internal_modify_qp()
|
/drivers/edac/ |
D | i7core_edac.c | 1711 char *optype, *err; in i7core_mce_output_error() local 1734 optype = "generic undef request"; in i7core_mce_output_error() 1737 optype = "read error"; in i7core_mce_output_error() 1740 optype = "write error"; in i7core_mce_output_error() 1743 optype = "addr/cmd error"; in i7core_mce_output_error() 1746 optype = "scrubbing error"; in i7core_mce_output_error() 1749 optype = "reserved"; in i7core_mce_output_error() 1796 err, optype); in i7core_mce_output_error()
|
D | sb_edac.c | 2055 char *type, *optype, msg[256]; in sbridge_mce_output_error() local 2100 optype = "Can't parse: it is not a mem"; in sbridge_mce_output_error() 2104 optype = "generic undef request error"; in sbridge_mce_output_error() 2107 optype = "memory read error"; in sbridge_mce_output_error() 2110 optype = "memory write error"; in sbridge_mce_output_error() 2113 optype = "addr/cmd error"; in sbridge_mce_output_error() 2116 optype = "memory scrubbing error"; in sbridge_mce_output_error() 2119 optype = "reserved"; in sbridge_mce_output_error() 2180 optype, msg); in sbridge_mce_output_error()
|
/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 4569 struct be_dma_mem *flash_cmd, int optype, int img_size, in be_flash() argument 4582 if (optype == OPTYPE_PHY_FW) in be_flash() 4587 if (optype == OPTYPE_PHY_FW) in be_flash() 4595 status = be_cmd_write_flashrom(adapter, flash_cmd, optype, in be_flash() 4599 optype == OPTYPE_PHY_FW) in be_flash() 4685 if ((pflashcomp[i].optype == OPTYPE_NCSI_FW) && in be_flash_BEx() 4689 if (pflashcomp[i].optype == OPTYPE_PHY_FW && in be_flash_BEx() 4693 if (pflashcomp[i].optype == OPTYPE_REDBOOT) { in be_flash_BEx() 4703 pflashcomp[i].optype); in be_flash_BEx() 4716 status = be_flash(adapter, p, flash_cmd, pflashcomp[i].optype, in be_flash_BEx() [all …]
|
D | be_cmds.h | 1282 int optype; member 1349 u16 optype; member
|
/drivers/media/platform/ |
D | via-camera.c | 123 #define sensor_call(cam, optype, func, args...) \ argument 124 v4l2_subdev_call(cam->sensor, optype, func, ##args)
|