Lines Matching refs:len16
619 size_t len16; in t4vf_query_params() local
628 len16 = DIV_ROUND_UP(offsetof(struct fw_params_cmd, in t4vf_query_params()
630 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_query_params()
657 size_t len16; in t4vf_set_params() local
666 len16 = DIV_ROUND_UP(offsetof(struct fw_params_cmd, in t4vf_set_params()
668 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_set_params()
1534 size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd, in t4vf_alloc_mac_filt() local
1547 FW_CMD_LEN16_V(len16)); in t4vf_alloc_mac_filt()
1618 size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd, in t4vf_free_mac_filt() local
1631 FW_CMD_LEN16_V(len16)); in t4vf_free_mac_filt()
1686 size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd, in t4vf_change_mac() local
1702 cmd.freemacs_to_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_change_mac()
1731 size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd, in t4vf_set_addr_hash() local
1741 FW_CMD_LEN16_V(len16)); in t4vf_set_addr_hash()
1773 size_t len16 = DIV_ROUND_UP(len, 16); in t4vf_get_port_stats() local
1781 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_get_port_stats()