Lines Matching refs:sol
1869 struct sol_cqe *sol; in beiscsi_process_cq() local
1880 sol = queue_tail_node(cq); in beiscsi_process_cq()
1883 while (sol->dw[offsetof(struct amap_sol_cqe, valid) / 32] & in beiscsi_process_cq()
1888 be_dws_le_to_cpu(sol, sizeof(struct sol_cqe)); in beiscsi_process_cq()
1890 code = (sol->dw[offsetof(struct amap_sol_cqe, code) / 32] & in beiscsi_process_cq()
1895 cid = AMAP_GET_BITS(struct amap_sol_cqe, cid, sol); in beiscsi_process_cq()
1902 cid, sol); in beiscsi_process_cq()
1905 cid, sol); in beiscsi_process_cq()
1934 hwi_complete_cmd(beiscsi_conn, phba, sol); in beiscsi_process_cq()
1942 hwi_complete_drvr_msgs(beiscsi_conn, phba, sol); in beiscsi_process_cq()
1952 (struct i_t_dpdu_cqe *)sol); in beiscsi_process_cq()
1963 (struct i_t_dpdu_cqe *)sol); in beiscsi_process_cq()
2001 (struct i_t_dpdu_cqe *)sol); in beiscsi_process_cq()
2036 AMAP_SET_BITS(struct amap_sol_cqe, valid, sol, 0); in beiscsi_process_cq()
2038 sol = queue_tail_node(cq); in beiscsi_process_cq()