Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dtransport.c440 const int optype) in wait_for_free_request() argument
444 val = server->ops->get_credits_field(server, optype); in wait_for_free_request()
446 if (*val <= 0 && optype == CIFS_ECHO_OP) in wait_for_free_request()
541 int rc, timeout, optype; in cifs_call_async() local
546 optype = flags & CIFS_OP_MASK; in cifs_call_async()
549 rc = wait_for_free_request(server, timeout, optype); in cifs_call_async()
559 add_credits_and_wake_if(server, credits, optype); in cifs_call_async()
589 add_credits_and_wake_if(server, credits, optype); in cifs_call_async()
713 int timeout, optype; in SendReceive2() local
721 optype = flags & CIFS_OP_MASK; in SendReceive2()
[all …]
Dcifsglob.h643 const int optype) in add_credits() argument
645 server->ops->add_credits(server, add, optype); in add_credits()
650 const int optype) in add_credits_and_wake_if() argument
653 server->ops->add_credits(server, add, optype); in add_credits_and_wake_if()
Dsmb2ops.c67 const int optype) in smb2_add_credits() argument
71 val = server->ops->get_credits_field(server, optype); in smb2_add_credits()
74 if (server->in_flight == 0 && (optype & CIFS_OP_MASK) != CIFS_NEG_OP) in smb2_add_credits()
102 smb2_get_credits_field(struct TCP_Server_Info *server, const int optype) in smb2_get_credits_field() argument
104 switch (optype) { in smb2_get_credits_field()
Dsmb1ops.c118 const int optype) in cifs_add_credits() argument
137 cifs_get_credits_field(struct TCP_Server_Info *server, const int optype) in cifs_get_credits_field() argument
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_reqs.c186 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()
758 wc->opcode = ib_wc_opcode[cqe->optype]-1; in ehca_poll_cq_one()
762 cqe->optype, cqe->status, my_cq, my_cq->cq_number); in ehca_poll_cq_one()
832 switch (wqe->optype) { in generate_flush_cqes()
844 wqe->optype); in generate_flush_cqes()
Dehca_qes.h139 u8 optype; member
220 u8 optype; member
Dehca_qp.c1106 while (wqe->optype != 0xff && wqe->wqef != 0xff) { in prepare_sqe_rts()
1402 wqe->optype = wqe->wqef = 0xff; in internal_modify_qp()
/linux-4.1.27/include/uapi/linux/
Ddlm_plock.h30 __u8 optype; member
/linux-4.1.27/fs/dlm/
Dplock.c89 op->info.optype = DLM_PLOCK_OP_UNLOCK; in do_unlock_close()
123 op->info.optype = DLM_PLOCK_OP_LOCK; in dlm_posix_lock()
275 op->info.optype = DLM_PLOCK_OP_UNLOCK; in dlm_posix_unlock()
335 op->info.optype = DLM_PLOCK_OP_GET; in dlm_posix_get()
/linux-4.1.27/drivers/edac/
Dsb_edac.c1975 char *type, *optype, msg[256]; in sbridge_mce_output_error() local
2020 optype = "Can't parse: it is not a mem"; in sbridge_mce_output_error()
2024 optype = "generic undef request error"; in sbridge_mce_output_error()
2027 optype = "memory read error"; in sbridge_mce_output_error()
2030 optype = "memory write error"; in sbridge_mce_output_error()
2033 optype = "addr/cmd error"; in sbridge_mce_output_error()
2036 optype = "memory scrubbing error"; in sbridge_mce_output_error()
2039 optype = "reserved"; in sbridge_mce_output_error()
2100 optype, msg); in sbridge_mce_output_error()
Di7core_edac.c1703 char *optype, *err; in i7core_mce_output_error() local
1726 optype = "generic undef request"; in i7core_mce_output_error()
1729 optype = "read error"; in i7core_mce_output_error()
1732 optype = "write error"; in i7core_mce_output_error()
1735 optype = "addr/cmd error"; in i7core_mce_output_error()
1738 optype = "scrubbing error"; in i7core_mce_output_error()
1741 optype = "reserved"; in i7core_mce_output_error()
1788 err, optype); in i7core_mce_output_error()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_main.c4263 struct be_dma_mem *flash_cmd, int optype, int img_size, in be_flash() argument
4276 if (optype == OPTYPE_PHY_FW) in be_flash()
4281 if (optype == OPTYPE_PHY_FW) in be_flash()
4289 status = be_cmd_write_flashrom(adapter, flash_cmd, optype, in be_flash()
4293 optype == OPTYPE_PHY_FW) in be_flash()
4379 if ((pflashcomp[i].optype == OPTYPE_NCSI_FW) && in be_flash_BEx()
4383 if (pflashcomp[i].optype == OPTYPE_PHY_FW && in be_flash_BEx()
4387 if (pflashcomp[i].optype == OPTYPE_REDBOOT) { in be_flash_BEx()
4397 pflashcomp[i].optype); in be_flash_BEx()
4410 status = be_flash(adapter, p, flash_cmd, pflashcomp[i].optype, in be_flash_BEx()
[all …]
Dbe_cmds.h1261 int optype; member
1328 u16 optype; member
/linux-4.1.27/drivers/media/platform/
Dvia-camera.c123 #define sensor_call(cam, optype, func, args...) \ argument
124 v4l2_subdev_call(cam->sensor, optype, func, ##args)
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dpfpsp.S928 mov.b %d0,DTAG(%a6) # save dst optype tag
1275 mov.b %d0,STAG(%a6) # save src optype tag
1839 mov.b %d0,DTAG(%a6) # save dst optype tag
2085 mov.b %d0,STAG(%a6) # save src optype tag
2373 # set_tag_x() - determine optype of src/dst operands #
2557 mov.b %d0,STAG(%a6) # set new optype tag
2576 mov.b %d0,DTAG(%a6) # set new optype tag
Dfpsp.S929 mov.b %d0,DTAG(%a6) # save dst optype tag
1276 mov.b %d0,STAG(%a6) # save src optype tag
1840 mov.b %d0,DTAG(%a6) # save dst optype tag
2086 mov.b %d0,STAG(%a6) # save src optype tag
2374 # set_tag_x() - determine optype of src/dst operands #
2558 mov.b %d0,STAG(%a6) # set new optype tag
2577 mov.b %d0,DTAG(%a6) # set new optype tag
Dfplsp.S10880 # - returns corresponding optype tag #
10892 # d0 = optype tag - is corrected to one of NORM, DENORM, or ZERO #
10934 mov.b &NORM, %d0 # return new optype tag
10953 mov.b &DENORM, %d0 # return new optype tag
10970 mov.b &DENORM, %d0 # return new optype tag
10979 mov.b &ZERO, %d0 # fix optype tag