Lines Matching defs:refcount
54 kref_put(&io_req->refcount, qedf_release_cmd);
75 kref_get(&io_req->refcount);
90 kref_put(&io_req->refcount, qedf_release_cmd);
375 kref_init(&io_req->refcount); /* ID: 001 */
383 kref_put(&io_req->refcount, qedf_release_cmd);
435 container_of(ref, struct qedf_ioreq, refcount);
824 io_log->refcount = kref_read(&io_req->refcount);
883 kref_put(&io_req->refcount, qedf_release_cmd);
892 kref_put(&io_req->refcount, qedf_release_cmd);
911 kref_put(&io_req->refcount, qedf_release_cmd);
1123 int refcount;
1227 refcount = kref_read(&io_req->refcount);
1231 "fcp_resid=0x%x refcount=%d.\n",
1237 refcount);
1315 kref_put(&io_req->refcount, qedf_release_cmd);
1323 int refcount;
1390 refcount = kref_read(&io_req->refcount);
1393 "allowed=%d retries=%d refcount=%d.\n",
1398 refcount);
1412 kref_put(&io_req->refcount, qedf_release_cmd);
1421 kref_put(&io_req->refcount, qedf_release_cmd); /* ID: 001 */
1556 "Flushing ELS request xid=0x%x refcount=%d.\n", els_req->xid,
1557 kref_read(&els_req->refcount));
1577 kref_put(&els_req->refcount, qedf_release_cmd);
1592 int refcount = 0;
1677 refcount = kref_read(&io_req->refcount);
1679 "Not outstanding, xid=0x%x, cmd_type=%d refcount=%d.\n",
1680 io_req->xid, io_req->cmd_type, refcount);
1692 kref_put(&io_req->refcount,
1702 rc = kref_get_unless_zero(&io_req->refcount);
1722 rc = kref_get_unless_zero(&io_req->refcount);
1739 kref_put(&io_req->refcount, qedf_release_cmd);
1753 kref_put(&io_req->refcount, qedf_release_cmd);
1768 kref_put(&io_req->refcount, qedf_release_cmd);
1780 rc = kref_get_unless_zero(&io_req->refcount);
1795 kref_put(&io_req->refcount, qedf_release_cmd); /* ID: 004 */
1820 refcount =
1821 kref_read(&io_req->refcount);
1825 "Outstanding io_req =%p xid=0x%x flags=0x%lx, sc_cmd=%p refcount=%d cmd_type=%d.\n",
1829 refcount,
1862 int refcount = 0;
1923 kref_get(&io_req->refcount);
1932 refcount = kref_read(&io_req->refcount);
1934 "ABTS io_req xid = 0x%x refcount=%d\n",
1935 xid, refcount);
2002 rc = kref_get_unless_zero(&io_req->refcount); /* ID: 003 */
2042 kref_put(&io_req->refcount, qedf_release_cmd);
2159 int refcount = 0;
2209 refcount = kref_read(&io_req->refcount);
2212 "Entered xid=0x%x sc_cmd=%p cmd_type=%d flags=0x%lx refcount=%d fcport=%p port_id=0x%06x\n",
2214 refcount, fcport, fcport->rdata->ids.port_id);
2257 kref_put(&io_req->refcount, qedf_release_cmd);
2394 kref_put(&io_req->refcount, qedf_release_cmd);
2442 ref_cnt = kref_read(&io_req->refcount);