Home
last modified time | relevance | path

Searched refs:qid_atid (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c215 unsigned int qid_atid = ((unsigned int)csk->atid) | in send_act_open_req() local
237 qid_atid)); in send_act_open_req()
261 qid_atid)); in send_act_open_req()
289 qid_atid)); in send_act_open_req()
334 unsigned int qid_atid = ((unsigned int)csk->atid) | in send_act_open_req6() local
356 qid_atid)); in send_act_open_req6()
381 qid_atid)); in send_act_open_req6()
404 qid_atid)); in send_act_open_req6()
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c184 int qid_atid; in chcr_ktls_act_open_req() local
197 qid_atid = TID_QID_V(tx_info->rx_qid) | in chcr_ktls_act_open_req()
199 OPCODE_TID(cpl) = htonl(MK_OPCODE_TID(CPL_ACT_OPEN_REQ, qid_atid)); in chcr_ktls_act_open_req()
235 int qid_atid; in chcr_ktls_act_open_req6() local
248 qid_atid = TID_QID_V(tx_info->rx_qid) | TID_TID_V(atid); in chcr_ktls_act_open_req6()
249 OPCODE_TID(cpl) = htonl(MK_OPCODE_TID(CPL_ACT_OPEN_REQ6, qid_atid)); in chcr_ktls_act_open_req6()