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