Lines Matching refs:sol
1852 struct sol_cqe *sol; in beiscsi_process_cq() local
1863 sol = queue_tail_node(cq); in beiscsi_process_cq()
1866 while (sol->dw[offsetof(struct amap_sol_cqe, valid) / 32] & in beiscsi_process_cq()
1871 be_dws_le_to_cpu(sol, sizeof(struct sol_cqe)); in beiscsi_process_cq()
1873 code = (sol->dw[offsetof(struct amap_sol_cqe, code) / 32] & in beiscsi_process_cq()
1878 cid = AMAP_GET_BITS(struct amap_sol_cqe, cid, sol); in beiscsi_process_cq()
1885 cid, sol); in beiscsi_process_cq()
1888 cid, sol); in beiscsi_process_cq()
1917 hwi_complete_cmd(beiscsi_conn, phba, sol); in beiscsi_process_cq()
1925 hwi_complete_drvr_msgs(beiscsi_conn, phba, sol); in beiscsi_process_cq()
1935 (struct i_t_dpdu_cqe *)sol); in beiscsi_process_cq()
1946 (struct i_t_dpdu_cqe *)sol); in beiscsi_process_cq()
1984 (struct i_t_dpdu_cqe *)sol); in beiscsi_process_cq()
2020 AMAP_SET_BITS(struct amap_sol_cqe, valid, sol, 0); in beiscsi_process_cq()
2022 sol = queue_tail_node(cq); in beiscsi_process_cq()