Searched refs:swsqe (Results 1 – 2 of 2) sorted by relevance
245 struct t4_swsqe *swsqe; in c4iw_flush_sq() local252 swsqe = &wq->sq.sw_sq[idx]; in c4iw_flush_sq()253 BUG_ON(swsqe->flushed); in c4iw_flush_sq()254 swsqe->flushed = 1; in c4iw_flush_sq()255 insert_sq_cqe(wq, cq, swsqe); in c4iw_flush_sq()256 if (wq->sq.oldest_read == swsqe) { in c4iw_flush_sq()257 BUG_ON(swsqe->opcode != FW_RI_READ_REQ); in c4iw_flush_sq()272 struct t4_swsqe *swsqe; in flush_completed_wrs() local281 swsqe = &wq->sq.sw_sq[cidx]; in flush_completed_wrs()282 if (!swsqe->signaled) { in flush_completed_wrs()[all …]
734 struct t4_swsqe *swsqe; in c4iw_post_send() local763 swsqe = &qhp->wq.sq.sw_sq[qhp->wq.sq.pidx]; in c4iw_post_send()771 swsqe->opcode = FW_RI_SEND; in c4iw_post_send()773 swsqe->opcode = FW_RI_SEND_WITH_INV; in c4iw_post_send()778 swsqe->opcode = FW_RI_RDMA_WRITE; in c4iw_post_send()784 swsqe->opcode = FW_RI_READ_REQ; in c4iw_post_send()792 swsqe->read_len = wr->sg_list[0].length; in c4iw_post_send()794 qhp->wq.sq.oldest_read = swsqe; in c4iw_post_send()798 swsqe->opcode = FW_RI_FAST_REGISTER; in c4iw_post_send()808 swsqe->opcode = FW_RI_LOCAL_INV; in c4iw_post_send()[all …]