Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbfi.h457 #define BFI_CMD_COPY_SZ 28 macro
462 u8 data[BFI_CMD_COPY_SZ];
Dbfa_msgq.c295 copied = (cmdq->bytes_to_copy >= BFI_CMD_COPY_SZ) ? BFI_CMD_COPY_SZ : in bfa_msgq_cmdq_copy_rsp()