Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Dntmp.c39 size = cbd_num * sizeof(union netc_cbd) + NTMP_BASE_ADDR_ALIGN; in ntmp_init_cbdr()
90 static union netc_cbd *ntmp_get_cbd(struct netc_cbdr *cbdr, int index) in ntmp_get_cbd()
92 return &((union netc_cbd *)(cbdr->addr_base_align))[index]; in ntmp_get_cbd()
97 union netc_cbd *cbd; in ntmp_clean_cbdr()
110 static int netc_xmit_ntmp_cmd(struct ntmp_user *user, union netc_cbd *cbd) in netc_xmit_ntmp_cmd()
112 union netc_cbd *cur_cbd; in netc_xmit_ntmp_cmd()
187 static void ntmp_fill_request_hdr(union netc_cbd *cbd, dma_addr_t dma, in ntmp_fill_request_hdr()
242 union netc_cbd cbd; in ntmp_delete_entry_by_id()
270 union netc_cbd cbd; in ntmp_query_entry_by_id()
313 union netc_cbd cbd; in ntmp_maft_add_entry()
[all …]
H A Dntmp_private.h16 union netc_cbd { union