Searched refs:FW_CMD_LEN16_V (Results 1 – 6 of 6) sorted by relevance
86 cmdp->retval_len16 = htonl(FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_hello()149 cmdp->retval_len16 = htonl(FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_bye()172 cmdp->retval_len16 = htonl(FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_reset()210 cmdp->retval_len16 = htonl(FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_params()312 cmdp->cfvalid_to_len16 = htonl(FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_caps_config()362 FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_port()369 FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_port()421 cmdp->retval_len16 = htonl(FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_initialize()453 FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_iq_alloc()508 FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_iq_write()[all …]
383 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_query_params()421 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_set_params()1218 FW_CMD_LEN16_V(len16)); in t4vf_alloc_mac_filt()1304 cmd.freemacs_to_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_change_mac()1343 FW_CMD_LEN16_V(len16)); in t4vf_set_addr_hash()1383 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_get_port_stats()
70 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)
370 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)
730 #define FW_CMD_LEN16_V(x) ((x) << FW_CMD_LEN16_S) macro732 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)
4624 FW_CMD_LEN16_V((naddr + 2) / 2)); in t4_alloc_mac_filt()4685 c.freemacs_to_len16 = htonl(FW_CMD_LEN16_V(1)); in t4_change_mac()4721 FW_CMD_LEN16_V(1)); in t4_set_addr_hash()