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