Searched refs:e100_alloc_non_tx_cmd (Results 1 – 3 of 3) sorted by relevance
230 if ((cmd = e100_alloc_non_tx_cmd(bdp)) == NULL) { in e100_config()
972 extern nxmit_cb_entry_t *e100_alloc_non_tx_cmd(struct e100_private *bdp);
1288 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