Searched refs:__constant_htonl (Results 1 – 5 of 5) sorted by relevance
489 fcec->type = __constant_htonl(DUMP_CHAIN_FCE); in qla25xx_copy_fce()530 q->type = __constant_htonl(DUMP_CHAIN_QUEUE); in qla2xxx_copy_atioqueues()539 qh->queue = __constant_htonl(TYPE_ATIO_QUEUE); in qla2xxx_copy_atioqueues()574 q->type = __constant_htonl(DUMP_CHAIN_QUEUE); in qla25xx_copy_mqueues()583 qh->queue = __constant_htonl(TYPE_REQUEST_QUEUE); in qla25xx_copy_mqueues()602 q->type = __constant_htonl(DUMP_CHAIN_QUEUE); in qla25xx_copy_mqueues()611 qh->queue = __constant_htonl(TYPE_RESPONSE_QUEUE); in qla25xx_copy_mqueues()637 mq->type = __constant_htonl(DUMP_CHAIN_MQ); in qla25xx_copy_mq()638 mq->chain_size = __constant_htonl(sizeof(struct qla2xxx_mq_chain)); in qla25xx_copy_mq()1277 ha->fw_dump->version |= __constant_htonl(DUMP_CHAIN_VARIANT); in qla24xx_fw_dump()[all …]
1693 ha->fw_dump->version = __constant_htonl(1); in qla2x00_alloc_fw_dump()
14 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) macro
14 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) macro
912 if (status == __constant_htonl(NFS4ERR_RESOURCE)) in nfs4_callback_compound()