Home
last modified time | relevance | path

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

/freebsd/sys/dev/hifn/
H A Dhifn7751.c1543 hifn_mac_command_t *mac_cmd; in hifn_write_command() local
1570 mac_cmd = (hifn_mac_command_t *)buf_pos; in hifn_write_command()
1572 mac_cmd->source_count = htole16(dlen & 0xffff); in hifn_write_command()
1574 mac_cmd->masks = htole16(cmd->mac_masks | in hifn_write_command()
1577 mac_cmd->header_skip = htole16(crp->crp_aad_start); in hifn_write_command()
1579 mac_cmd->header_skip = htole16(crp->crp_payload_start); in hifn_write_command()
1580 mac_cmd->reserved = 0; in hifn_write_command()