Home
last modified time | relevance | path

Searched refs:SIZEOF_HOSTRQ_TX (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ctx.c456 rq_size = SIZEOF_HOSTRQ_TX(nx_hostrq_tx_ctx_t); in nx_fw_cmd_create_tx_ctx()
Dnetxen_nic.h924 #define SIZEOF_HOSTRQ_TX(HOSTRQ_TX) (sizeof(HOSTRQ_TX)) macro
/linux-3.4.99/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic.h749 #define SIZEOF_HOSTRQ_TX(HOSTRQ_TX) (sizeof(HOSTRQ_TX)) macro
Dqlcnic_ctx.c375 rq_size = SIZEOF_HOSTRQ_TX(struct qlcnic_hostrq_tx_ctx); in qlcnic_fw_cmd_create_tx_ctx()