Searched refs:FW_CMD_LEN16 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dt4vf_common.h44 #define FW_LEN16(fw_struct) FW_CMD_LEN16(sizeof(fw_struct) / 16)
H A Dt4vf_hw.c355 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16(len16));
393 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16(len16));
1015 FW_CMD_LEN16(len16));
1082 cmd.freemacs_to_len16 = cpu_to_be32(FW_CMD_LEN16(len16));
1121 FW_CMD_LEN16(len16));
1161 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16(len16));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dcxgb4.h264 #define FW_LEN16(fw_struct) FW_CMD_LEN16(sizeof(fw_struct) / 16)
H A Dt4_hw.c2669 FW_CMD_LEN16((naddr + 2) / 2));
2727 c.freemacs_to_len16 = htonl(FW_CMD_LEN16(1));
2763 FW_CMD_LEN16(1));
H A Dt4fw_api.h218 #define FW_CMD_LEN16(x) ((x) << 0) macro

Completed in 86 milliseconds