Searched refs:newreq (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | trace_tid.h | 978 TP_PROTO(struct rvt_qp *qp, char newreq), 979 TP_ARGS(qp, newreq), 983 __field(char, newreq) 1000 __entry->newreq = newreq; 1016 __entry->newreq, 1032 TP_PROTO(struct rvt_qp *qp, char newreq), 1033 TP_ARGS(qp, newreq) 1038 TP_PROTO(struct rvt_qp *qp, char newreq), 1039 TP_ARGS(qp, newreq) 1044 TP_PROTO(struct rvt_qp *qp, char newreq, u8 opcode, u32 psn, u32 lpsn, [all …]
|
H A D | rc.c | 403 char newreq; in hfi1_make_rc_req() local 482 newreq = 0; in hfi1_make_rc_req() 532 newreq = 1; in hfi1_make_rc_req() 586 if (newreq && !(qp->s_flags & RVT_S_UNLIMITED_CREDIT)) in hfi1_make_rc_req() 623 if (newreq) { in hfi1_make_rc_req() 703 if (newreq) { in hfi1_make_rc_req() 720 trace_hfi1_tid_write_sender_make_req(qp, newreq); in hfi1_make_rc_req() 721 trace_hfi1_tid_req_make_req_write(qp, newreq, in hfi1_make_rc_req() 740 if (newreq && !(qp->s_flags & RVT_S_UNLIMITED_CREDIT)) in hfi1_make_rc_req() 758 trace_hfi1_tid_read_sender_make_req(qp, newreq); in hfi1_make_rc_req() [all …]
|
/openbmc/linux/fs/nilfs2/ |
H A D | direct.c | 264 struct nilfs_palloc_req oldreq, newreq; in nilfs_direct_propagate() local 278 newreq.pr_entry_nr = ptr; in nilfs_direct_propagate() 279 ret = nilfs_dat_prepare_update(dat, &oldreq, &newreq); in nilfs_direct_propagate() 282 nilfs_dat_commit_update(dat, &oldreq, &newreq, in nilfs_direct_propagate() 285 nilfs_direct_set_ptr(bmap, key, newreq.pr_entry_nr); in nilfs_direct_propagate()
|
H A D | dat.c | 244 struct nilfs_palloc_req *newreq) in nilfs_dat_prepare_update() argument 250 ret = nilfs_dat_prepare_alloc(dat, newreq); in nilfs_dat_prepare_update() 259 struct nilfs_palloc_req *newreq, int dead) in nilfs_dat_commit_update() argument 262 nilfs_dat_commit_alloc(dat, newreq); in nilfs_dat_commit_update() 267 struct nilfs_palloc_req *newreq) in nilfs_dat_abort_update() argument 270 nilfs_dat_abort_alloc(dat, newreq); in nilfs_dat_abort_update()
|
/openbmc/phosphor-host-ipmid/ |
H A D | transporthandler.hpp | 399 auto newreq = in createNeighbor() local 405 newreq.append(addrToStr(address), macToStr(mac)); in createNeighbor() 406 bus.call_noreply(newreq); in createNeighbor()
|
H A D | transporthandler.cpp | 235 auto newreq = in createIfAddr() local 242 newreq.append(protocol, tsh(address), prefix, ""); in createIfAddr() 243 bus.call_noreply(newreq); in createIfAddr()
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | wget.py |
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_rc.c | 228 char newreq; in qib_make_rc_req() local 288 newreq = 0; in qib_make_rc_req() 302 newreq = 1; in qib_make_rc_req() 340 if (newreq && !(qp->s_flags & RVT_S_UNLIMITED_CREDIT)) in qib_make_rc_req() 380 if (newreq) { in qib_make_rc_req() 411 if (newreq) { in qib_make_rc_req() 453 if (newreq) { in qib_make_rc_req()
|