Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/fm10k/base/
H A Dfm10k_mbx.c855 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD) | in fm10k_mbx_create_connect_hdr()
868 FM10K_MSG_HDR_FIELD_SET(mbx->tail, TAIL) | in fm10k_mbx_create_data_hdr()
869 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD); in fm10k_mbx_create_data_hdr()
894 FM10K_MSG_HDR_FIELD_SET(mbx->tail, TAIL) | in fm10k_mbx_create_disconnect_hdr()
895 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD); in fm10k_mbx_create_disconnect_hdr()
915 FM10K_MSG_HDR_FIELD_SET(mbx->head, TAIL) | in fm10k_mbx_create_fake_disconnect_hdr()
916 FM10K_MSG_HDR_FIELD_SET(mbx->tail, HEAD); in fm10k_mbx_create_fake_disconnect_hdr()
952 FM10K_MSG_HDR_FIELD_SET(err, ERR_NO) | in fm10k_mbx_create_error_msg()
953 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD); in fm10k_mbx_create_error_msg()
1669 FM10K_MSG_HDR_FIELD_SET(mbx->head, SM_HEAD); in fm10k_sm_mbx_create_data_hdr()
[all …]
H A Dfm10k_mbx.h126 #define FM10K_MSG_HDR_FIELD_SET(value, name) \ macro