Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e100/
De100_config.c230 if ((cmd = e100_alloc_non_tx_cmd(bdp)) == NULL) { in e100_config()
De100.h972 extern nxmit_cb_entry_t *e100_alloc_non_tx_cmd(struct e100_private *bdp);
De100_main.c1288 nxmit_cb_entry_t *cmd = e100_alloc_non_tx_cmd(bdp); in e100_set_multi_exec()
2423 if ((cmd = e100_alloc_non_tx_cmd(bdp)) == NULL) { in e100_setup_iaaddr()
2866 nxmit_cb_entry_t *cmd = e100_alloc_non_tx_cmd(bdp); in e100_load_microcode()
3856 if ((cmd = e100_alloc_non_tx_cmd(bdp)) == NULL) { in e100_setup_filter()
4077 e100_alloc_non_tx_cmd(struct e100_private *bdp) in e100_alloc_non_tx_cmd() function