Searched refs:HINIC_MBOX_INT_SET (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_mbox.c | 37 #define HINIC_MBOX_INT_SET(val, field) \ macro 711 mbox_int = HINIC_MBOX_INT_SET(dst_func, DST_FUNC) | in write_mbox_msg_attr() 712 HINIC_MBOX_INT_SET(dst_aeqn, DST_AEQN) | in write_mbox_msg_attr() 713 HINIC_MBOX_INT_SET(rsp_aeq, SRC_RESP_AEQN) | in write_mbox_msg_attr() 714 HINIC_MBOX_INT_SET(NO_DMA_ATTRIBUTE_VAL, STAT_DMA) | in write_mbox_msg_attr() 715 HINIC_MBOX_INT_SET(ALIGN(MBOX_SEG_LEN + MBOX_HEADER_SZ + in write_mbox_msg_attr() 718 HINIC_MBOX_INT_SET(STRONG_ORDER, STAT_DMA_SO_RO) | in write_mbox_msg_attr() 719 HINIC_MBOX_INT_SET(WRITE_BACK, WB_EN); in write_mbox_msg_attr()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_mbox.c | 37 #define HINIC_MBOX_INT_SET(val, field) \ macro 706 mbox_int = HINIC_MBOX_INT_SET(dst_func, DST_FUNC) | in write_mbox_msg_attr() 707 HINIC_MBOX_INT_SET(dst_aeqn, DST_AEQN) | in write_mbox_msg_attr() 708 HINIC_MBOX_INT_SET(rsp_aeq, SRC_RESP_AEQN) | in write_mbox_msg_attr() 709 HINIC_MBOX_INT_SET(NO_DMA_ATTRIBUTE_VAL, STAT_DMA) | in write_mbox_msg_attr() 710 HINIC_MBOX_INT_SET(ALIGN(MBOX_SEG_LEN + MBOX_HEADER_SZ + in write_mbox_msg_attr() 713 HINIC_MBOX_INT_SET(STRONG_ORDER, STAT_DMA_SO_RO) | in write_mbox_msg_attr() 714 HINIC_MBOX_INT_SET(WRITE_BACK, WB_EN); in write_mbox_msg_attr()
|
Completed in 5 milliseconds