Searched refs:reqp (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/net/ipv4/ |
D | tcp_timer.c | 473 struct open_request **reqp, *req; in tcp_synack_timer() local 514 reqp=&lopt->syn_table[i]; in tcp_synack_timer() 515 while ((req = *reqp) != NULL) { in tcp_synack_timer() 527 reqp = &req->dl_next; in tcp_synack_timer() 533 *reqp = req->dl_next; in tcp_synack_timer() 541 reqp = &req->dl_next; in tcp_synack_timer()
|
/linux-2.4.37.9/drivers/scsi/ |
D | advansys.c | 3668 #define REQPNEXT(reqp) ((REQP) ((reqp)->host_scribble)) argument 3669 #define REQPNEXTP(reqp) ((REQP *) &((reqp)->host_scribble)) argument 3670 #define REQPTID(reqp) ((reqp)->target) argument 3671 #define REQPTIME(reqp) ((reqp)->SCp.this_residual) argument 3674 #define REQTIMESTAT(function, ascq, reqp, tid) \ argument 3680 if (REQPTIME(reqp) <= REQTIMESTAMP()) { \ 3681 REQPTIME(reqp) = REQTIMESTAMP() - REQPTIME(reqp); \ 3684 ASC_ASSERT(REQPTIME(reqp) <= REQTIMESTAMP()); \ 3685 REQPTIME(reqp) = 0; \ 3689 (REQPTIME(reqp) < (ascq)->q_min_tim[tid])) { \ [all …]
|
/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/ |
D | pcibr_slot.c | 106 pcibr_slot_startup(vertex_hdl_t pcibr_vhdl, pcibr_slot_req_t reqp) in pcibr_slot_startup() argument 120 slot = PCIBR_SLOT_TO_DEVICE(pcibr_soft, reqp->req_slot); in pcibr_slot_startup() 142 if (COPYOUT(&tmp_up_resp, reqp->req_respp.up, reqp->req_size)) { in pcibr_slot_startup() 160 pcibr_slot_shutdown(vertex_hdl_t pcibr_vhdl, pcibr_slot_req_t reqp) in pcibr_slot_shutdown() argument 176 slot = PCIBR_SLOT_TO_DEVICE(pcibr_soft, reqp->req_slot); in pcibr_slot_shutdown() 230 if (COPYOUT(&tmp_down_resp, reqp->req_respp.down, reqp->req_size)) { in pcibr_slot_shutdown() 429 pcibr_slot_query(vertex_hdl_t pcibr_vhdl, pcibr_slot_req_t reqp) in pcibr_slot_query() argument 434 pcibr_slot_info_resp_t respp = reqp->req_respp.query; in pcibr_slot_query() 435 int size = reqp->req_size; in pcibr_slot_query() 444 slot = PCIBR_SLOT_TO_DEVICE(pcibr_soft, reqp->req_slot); in pcibr_slot_query() [all …]
|