Home
last modified time | relevance | path

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

/linux/drivers/net/fddi/skfp/
H A Dskfddi.c142 extern int hwm_tx_init(struct s_smc *smc, u_char fc, int frag_count,
1149 frame_status = hwm_tx_init(smc, fc, 1, skb->len, queue); in send_queued_packets()
H A Dhwmtm.c145 int hwm_tx_init(struct s_smc *smc, u_char fc, int frag_count, int frame_len,
1519 * BEGIN_MANUAL_ENTRY(hwm_tx_init)
1520 * int hwm_tx_init(smc,fc,frag_count,frame_len,frame_status)
1523 * hwm_tx_init checks if the frame can be sent through the
1542 int hwm_tx_init(struct s_smc *smc, u_char fc, int frag_count, int frame_len, in hwm_tx_init() function
1549 DB_TX(3, "hwm_tx_init: fc = %x, len = %d", fc, frame_len); in hwm_tx_init()