Lines Matching refs:handle
753 u32 handle) in qed_fcoe_get_hash() argument
760 hash_for_each_possible(cdev->connections, hash_con, node, handle) { in qed_fcoe_get_hash()
761 if (hash_con->con->icid == handle) in qed_fcoe_get_hash()
765 if (!hash_con || (hash_con->con->icid != handle)) in qed_fcoe_get_hash()
851 u32 *handle, in qed_fcoe_acquire_conn() argument
874 *handle = hash_con->con->icid; in qed_fcoe_acquire_conn()
876 hash_add(cdev->connections, &hash_con->node, *handle); in qed_fcoe_acquire_conn()
880 *handle); in qed_fcoe_acquire_conn()
885 static int qed_fcoe_release_conn(struct qed_dev *cdev, u32 handle) in qed_fcoe_release_conn() argument
889 hash_con = qed_fcoe_get_hash(cdev, handle); in qed_fcoe_release_conn()
892 handle); in qed_fcoe_release_conn()
904 u32 handle, in qed_fcoe_offload_conn() argument
910 hash_con = qed_fcoe_get_hash(cdev, handle); in qed_fcoe_offload_conn()
913 handle); in qed_fcoe_offload_conn()
957 u32 handle, dma_addr_t terminate_params) in qed_fcoe_destroy_conn() argument
962 hash_con = qed_fcoe_get_hash(cdev, handle); in qed_fcoe_destroy_conn()
965 handle); in qed_fcoe_destroy_conn()