Searched refs:term_len (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | osdep.h | 70 u8 term_len);
|
H A D | main.h | 523 u8 term_len);
|
H A D | utils.c | 893 * @term_len: length 896 u8 term_len) in irdma_term_modify_qp() 901 irdma_next_iw_state(iwqp, next_state, 0, term, term_len); in irdma_term_modify_qp() 895 irdma_term_modify_qp(struct irdma_sc_qp *qp, u8 next_state, u8 term, u8 term_len) irdma_term_modify_qp() argument
|
H A D | ctrl.c | 506 u8 term_len = 0; in irdma_sc_qp_modify() local 520 term_len = info->termlen; in irdma_sc_qp_modify() 525 FIELD_PREP(IRDMA_CQPSQ_QP_TERMLEN, term_len)); in irdma_sc_qp_modify()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_osdep.h | 203 void i40iw_term_modify_qp(struct i40iw_sc_qp *qp, u8 next_state, u8 term, u8 term_len);
|
H A D | i40iw.h | 570 u8 term, u8 term_len);
|
H A D | i40iw_utils.c | 847 * @term_len: length 849 void i40iw_term_modify_qp(struct i40iw_sc_qp *qp, u8 next_state, u8 term, u8 term_len) in i40iw_term_modify_qp() argument 854 i40iw_next_iw_state(iwqp, next_state, 0, term, term_len); in i40iw_term_modify_qp()
|
H A D | i40iw_ctrl.c | 2586 u8 term_len = 0; in i40iw_sc_qp_modify() local 2599 term_len = info->termlen; in i40iw_sc_qp_modify() 2604 LS_64(term_len, I40IW_CQPSQ_QP_TERMLEN)); in i40iw_sc_qp_modify()
|
Completed in 25 milliseconds